From 2fe6f141f8f33a4f733341568eca3de6c060a938 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 19 Mar 2015 22:00:05 -0400 Subject: gcc/gthr.h, libgcc/morestack: + require pthread to be present; + require all pthread symbols to be strongly defined. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. --- gcc/gthr.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'gcc') diff --git a/gcc/gthr.h b/gcc/gthr.h index f4dd96b9e..7ba2588f3 100644 --- a/gcc/gthr.h +++ b/gcc/gthr.h @@ -158,10 +158,8 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see /* The pe-coff weak support isn't fully compatible to ELF's weak. For static libraries it might would work, but as we need to deal with shared versions too, we disable it for mingw-targets. */ -#ifdef __MINGW32__ #undef GTHREAD_USE_WEAK #define GTHREAD_USE_WEAK 0 -#endif #ifndef GTHREAD_USE_WEAK #define GTHREAD_USE_WEAK 1 -- cgit v1.2.3