Commit de27a12c by Danny Smith Committed by Danny Smith

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
parent 7786007c
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 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment