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




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.

rday



-- Khem Raj <kraj@mvista.com> MontaVista Software, Inc. www.mvista.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


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