This is the mail archive of the libc-hacker@sourceware.cygnus.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]

Re: glibc-2.0.93 homebrew distribution tests


> That's not enough as I said before.  If the compiler was generated for
> i686 and it is not one of the recent egcs compilers (egcs 1-.03 is not
> recent in this aspect) you'll still end up with using i686 code from
> the bits/string.h header.  You must use -u__i686__ as an extra
> compiler option.

Exactly this kind of problem is why it is WRONG WRONG WRONG to use #ifdef's
in libc sources.


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