This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

'offsetable %lo' test typo in gcc/configure


Hi,

I noticed the following oddity when configuring gcc 3.4.1 for Solaris:

checking assembler for offsetable %lo()... /tmp/gcc-3.4.1/gcc/configure:
%gcc_cv_objdump: not found
no

I suspect this is a typo in gcc/configure - maybe it should read
as per the following patch?

Rgds

Anthony

--- gcc-3.4.1/gcc/configure.Orig	Mon Jul 12 19:01:33 2004
+++ gcc-3.4.1/gcc/configure	Mon Jul 12 19:02:00 2004
@@ -10771,7 +10771,7 @@
   (exit $ac_status); }; }
     then
 	if test x$gcc_cv_objdump != x \
-       && %gcc_cv_objdump -s -j .text conftest.o 2> /dev/null \
+       && $gcc_cv_objdump -s -j .text conftest.o 2> /dev/null \
           | grep ' 82106000 82106000' > /dev/null 2>&1; then
 	 gcc_cv_as_offsetable_lo10=yes
        fi



This communication is for informational purposes only.  It is not intended as
an offer or solicitation for the purchase or sale of any financial instrument
or as an official confirmation of any transaction. All market prices, data 
and other information are not warranted as to completeness or accuracy and 
are subject to change without notice. Any comments or statements made herein
do not necessarily reflect those of J.P. Morgan Chase & Co., its
subsidiaries and affiliates.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]