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]

Re: [PATCH] Fix GCC build failure on PowerPC and Alpha


On 27.05.10 21:39, Maxim Kuvyrkov wrote:
The attached patch fixes GCC build failure for PowerPC and Alpha Linux
targets.  The build fails due to undefined "OPTION_GLIBC" macro.

The failure was caused by my recent patch to add support for Bionic C
library (http://gcc.gnu.org/ml/gcc-patches/2010-05/msg01500.html).  The
problem is that I missed to update config/alpha/linux.h and
config/rs6000/linux{64}.h.

The attached patch fixes it.

OK to apply?  Tested by successfully building powerpc-linux-gnu
cross-compiler.

Failing part on ppc-linux 32-bit passed here, native.


Thanks,
Andreas


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