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: bootstrap gcc still not thread-smart -- the details


On Wed, Nov 09, 2005 at 04:26:31PM -0800, Khem Raj wrote:
> Robert P. J. Day wrote:
> >On Wed, 9 Nov 2005, Khem Raj wrote:
> >>You need to have thread support in bootstrap GCC to compile NPTL
> >>--enable-threads=posix is the option you should add to your configure 
> >>command
> >>and remove --enable-threads and you dont need the newlib options if you 
> >>are
> >>compiling glibc.
> >>   
> >
> >nope, same error.
> > 
>
> Can you compile this program with your bootstrap compiler ?
> 
> __thread int i;
> 
> I have 3.4.4 and it works ok secondly check if your compiler has TLS 
> support.

that's the bug we've been trying to track in these threads today ;)

his compiler for some reason keeps barfing on that code
-mike

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