configure: error: compiler support for __thread is required

Ryan.Oliver@pha.com.au Ryan.Oliver@pha.com.au
Wed Aug 18 05:18:00 GMT 2004







>-lgcc_eh is not needed if you built a static gcc, libgcc_eh.a is only
>created when you build a shared gcc.
>When built static, all _eh symbols are included in libgcc.a
>
>Simple fix is to remove -lgcc_eh from the link...
>ie: edit Makeconfig
>change
>
>static-gnulib := -lgcc -lgcc_eh
>
>to
>
>static-gnulib := -lgcc
>
>HTH
> Regards
>Ryan

Oops, gnulib needs changing in Makeconfig too

gnulib := -lgcc $(libgcc_eh)

to

gnulib := -lgcc

 Regards
[R]


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