bootstrap gcc still not thread-smart -- the details

Khem Raj kraj@mvista.com
Thu Nov 10 07:44:00 GMT 2005


Mike Frysinger wrote:

>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 ;)
>  
>
then it seems Robert's does not have TLS support in his GCC.

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


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



More information about the crossgcc mailing list