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: [PATCH 1 of 1] arch/x86: fix x86 kernel arch


Yann E. MORIN wrote:
Starting with linux-2.6.24, the two architectures i386 and x86_64 got merged
into x86. crosstool-NG does not support using kernel below 2.6.27.x, so we're
safe using x86 as kernel arch.
Ok, that makes sense - I was unsure of the implications of changing the variable so I just changed it to a setting I knew worked.

The issue with NPTL is that glibc still considers it to be two different
architectures, and it is the responsibility of the glibc build script to
correctly handle the case.

The correct fix should now be in the mercurial repository:
http://ymorin.is-a-geek.org/hg/crosstool-ng/rev/5c0d326c2cea
That fix looks good.

I haven't checked yet, but maybe other C libs may require a similar fix.
I'll let you know if I run into any more problems!

Regards,

Richard Strand


-- 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]