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: uClibc support followup patch


"Joseph S. Myers" <joseph@codesourcery.com> writes:

> This revised followup patch fixes the other issues that have been pointed 
> out.  The uClibc flag now goes in a separate variable not target_flags, 
> and this variable is initialized appropriately depending on 
> UCLIBC_DEFAULT.  The combination of Var and InverseMask in .opt files 
> wasn't previously used, so I had to fix a bug in its handling as well.  OK 
> to commit?

This breaks building for m68k-linux because UCLIBC_DEFAULT is not defined.

options.c:1064: error: âUCLIBC_DEFAULTâ undeclared here (not in a function)

I expect that this breaks also mips{,64}-linux and m68k-uclibc targets
because they also override tm_defines in config.gcc.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, MaxfeldstraÃe 5, 90409 NÃrnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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