This is the mail archive of the libc-alpha@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


Andreas Jaeger <aj@arthur.rhein-neckar.de> writes:

> Could you try to configure glibc with an argument of i586-linux to
> force it to generate code for i586 (i586 code will run on i686 but not 
> the other way round)?

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.

-- Uli
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com   `------------------------


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