This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc 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: compiling glibc-2.3.1 with gcc-3.2.1 for pentium >= II


On Wed, Jan 08, 2003 at 02:44:49AM +0100, Rene Rebe wrote:
> It is a gcc issue, since a Athlon optimised gcc-3.2.1 is able to
> compile the same preprocessed file ...

No it isn't.  

The problem is that when optimizing for i686, you'll find that
the moral equivalent to

#define i686 1

is in scope, and that one of the sysdep macros is using that
symbol, and *not* expecting it to be defined to anything.


r~


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