Philip Blundell wrote:
> configure, and then manually delete the offending #include <pthread.h>.

It's actually #include "gthr.h" in libgcc2.c that eventually causes the
problem.

What also works is to add  -D__gthr_posix_h  to  TARGET_LIBGCC2_CFLAGS
in gcc/config/arm/t-linux (along with -Dinhibit_libc), but you may
consider this a little ugly ;-)

- Werner

-- 
  _________________________________________________________________________
 / Werner Almesberger, ICA, EPFL, CH       [EMAIL PROTECTED] /
/_IN_R_131__Tel_+41_21_693_6621__Fax_+41_21_693_6610_____________________/
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]

Reply via email to