enable_decimal_float should be the same for all Makefiles. I have: [EMAIL PROTECTED] 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 [EMAIL PROTECTED] build-x86_64-linux]$
You need to find out why yours are different. H.J. [EMAIL PROTECTED] >-----Original Message----- >From: Martin Michlmayr [mailto:[EMAIL PROTECTED] >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 <[EMAIL PROTECTED]> [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/