This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: [Bug target/28102] [4.2 Regression] GNU Hurd bootstrap error: 'OPTION_GLIBC' undeclared
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: gcc-bugzilla at gcc dot gnu dot org
- Cc: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 16 Jul 2006 00:58:36 +0900
- Subject: Re: [Bug target/28102] [4.2 Regression] GNU Hurd bootstrap error: 'OPTION_GLIBC' undeclared
- References: <bug-28102-12387@http.gcc.gnu.org/bugzilla/> <20060715154555.30217.qmail@sourceware.org>
On Jul 16, 2006, at 12:45 AM, ams at gnu dot org wrote:
That is from [gcc]/gcc/config/linux.h, I'm talking about
[gcc]/gcc/config/i386/{linux,gnu}.h. Which is also the one causing
problems without the patch I sent.
bzzz, wrong. TARGET_C99_FUNCTIONS is not defined anywhere in
config/i386/linux.h, it is defined in config/linux.h. Also
powerpc-gnu and alpha-gnu are going to have the same issue.
powerpc-gnu is worse though.
Please try again at actually looking into this issue.
It is obviously you did not look into that much.
Also kBSD is incorrect anyways and should be fixed in the same
matter but that is a different bug.
-- Pinski