This is the mail archive of the libc-help@sourceware.org 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: default target architecture not set


On 11 Mar 2009, JohnT spake thusly:

> The error occurred again after reconfiguring with
> ../glibc-2.9/./configure --prefix=/usr --enable-all-warnings
> --with-cpu=i686     In other words, this configure flag doesn't do the
> job. It's necessary to specify the architecture by using a compiler flag
> CFLAG=" -march=i686"

--with-cpu != --host.

./configure --host=i686-pc-linux-gnu ...

should work.


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