This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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: crosstool-NG breaks


On Wednesday 15 October 2008 11:38:54 Yann E. MORIN wrote:
> Hello Gerhard!
> Hello All!
> 
> On Wednesday 15 October 2008 11:24:11 Gerhard Jaeger wrote:
> > You can't build NPTL for i386; it requires i486 or higher.
> 
> Oh... What is missing in i386 that prevents using NPTL?
Hi Yann,

AFAIK the support for i386 has been skipped from glibc-2.6
on and I had the same problem, when building glibc-2.7.

I fixed it by tweaking the CFLAGS:
echo "CFLAGS += -march=i486 -mtune=native" > configparms

See also here:
http://sourceware.org/ml/libc-ports/2006-03/msg00030.html

- Gerhard

--
For unsubscribe information see http://sourceware.org/lists.html#faq


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