This is the mail archive of the libc-alpha@sources.redhat.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]
Other format: [Raw text]

Re: glibc-2.3.4 sparc build segfaults


> This is a symptom of the wrong --host being used. glibc cares if
> you're using an UltraSPARC or not even if you're using a 32-bit
> userspace.
> 
> You want to say --build=sparcv9-unknown-linux-gnu
> --host=sparcv9-unknown-linux-gnu.
> 
> (Note also the usual dual-universe considerations for SPARCv9; i.e.,
> that you'll need to either move the 32-bit kernel asm/ headers into
> place explicitly, or have a tree of stub headers that #include the
> appropriate real 32/64-bit headers depending on the value of
> __arch64__.)

I tried this and just get the same problem.

-- 
Andy Shepard

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


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