mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-23 00:41:25 +08:00
mingw32.h (REAL_LIBGCC_SPEC): Add thread cleanup lib with -mthread switch.
* config/i386/mingw32.h (REAL_LIBGCC_SPEC): Add thread cleanup lib with -mthread switch. From-SVN: r140900
This commit is contained in:
parent
7786007cdc
commit
de27a12c67
@ -1,3 +1,8 @@
|
||||
2008-10-06 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* config/i386/mingw32.h (REAL_LIBGCC_SPEC): Add thread cleanup
|
||||
lib with -mthread switch.
|
||||
|
||||
2008-10-05 Dodji Seketeli <dodji@redhat.com>
|
||||
|
||||
PR c++/37410
|
||||
|
@ -91,7 +91,7 @@ along with GCC; see the file COPYING3. If not see
|
||||
/* Include in the mingw32 libraries with libgcc */
|
||||
#undef REAL_LIBGCC_SPEC
|
||||
#define REAL_LIBGCC_SPEC \
|
||||
"-lmingw32 \
|
||||
"%{mthreads:-lmingwthrd} -lmingw32 \
|
||||
%{shared-libgcc:-lgcc_s} \
|
||||
%{!shared-libgcc:-lgcc_eh} \
|
||||
-lgcc \
|
||||
|
Loading…
x
Reference in New Issue
Block a user