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: little-endian NPTL-based SH toolchains build, not big-endianones


On Sun, 13 Nov 2005, Mike Frysinger wrote:

...

> just wanted to make sure you didnt start down the wrong track by
> trying to figure out why gcc wasnt working properly ...
>
> you should check the configure scripts which check the target name
> ... ive had to fix a bunch of GNU toolchain scripts which didnt glob
> the superh target properly thus causing all kinds of weird bugs

well, after closer inspection, the symptom is rather obvious -- the
bootstrap gcc built for sh3 *has* "__thread" support, while that built
for sh3eb does *not*, which causes the glibc build for sh3eb to choke
... you can guess the rest.

i don't understand why the first would have support while the second
would not since the configuration for those two builds is almost
identical.

rday

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


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