This is the mail archive of the gcc@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]

RE: --disable-multilib broken on x86_64


enable_decimal_float should be the same for all Makefiles. I have:

[hjl@gnu-23 build-x86_64-linux]$ find -name Makefile | xargs egrep
"enable_decimal_float[ \t]*="
./stage1-libdecnumber/Makefile:enable_decimal_float= bid
./x86_64-unknown-linux-gnu/libgcc/Makefile:enable_decimal_float = bid
./x86_64-unknown-linux-gnu/32/libgcc/Makefile:enable_decimal_float = bid
./prev-gcc/Makefile:enable_decimal_float = bid
./gcc/Makefile:enable_decimal_float = bid
./stage1-gcc/Makefile:enable_decimal_float = bid
./prev-libdecnumber/Makefile:enable_decimal_float= bid
./libdecnumber/Makefile:enable_decimal_float= bid
./prev-x86_64-unknown-linux-gnu/libgcc/Makefile:enable_decimal_float =
bid
./prev-x86_64-unknown-linux-gnu/32/libgcc/Makefile:enable_decimal_float
= bid
./stage1-x86_64-unknown-linux-gnu/libgcc/Makefile:enable_decimal_float =
bid
./stage1-x86_64-unknown-linux-gnu/32/libgcc/Makefile:enable_decimal_floa
t = bid
[hjl@gnu-23 build-x86_64-linux]$

You need to find out why yours are different.

H.J.
hongjiu.lu@intel.com

>-----Original Message-----
>From: Martin Michlmayr [mailto:tbm@cyrius.com]
>Sent: Saturday, March 24, 2007 2:06 PM
>To: Lu, Hongjiu
>Cc: Michael Meissner; gcc@gcc.gnu.org
>Subject: Re: --disable-multilib broken on x86_64
>
>* Lu, Hongjiu <hongjiu.lu@intel.com> [2007-03-24 14:00]:
>> Do you have
>> enable_decimal_float = no
>> in your gcc/Makefile?
>
>No, gcc/Makefile says enable_decimal_float = bid
>
>gcc/Makefile:enable_decimal_float = bid
>libdecnumber/Makefile:enable_decimal_float= dpd
>x86_64-linux-gnu/libgcc/Makefile:enable_decimal_float = no
>x86_64-linux-gnu/32/libgcc/Makefile:enable_decimal_float = no
>
>--
>Martin Michlmayr
>http://www.cyrius.com/


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