mingw32.h (SHARED_LIBGCC_SPEC): Synchronize with cygwin-host.

* config/i386/mingw32.h (SHARED_LIBGCC_SPEC): Synchronize with
        cygwin-host.

From-SVN: r193986
This commit is contained in:
Kai Tietz 2012-11-30 09:09:02 +01:00 committed by Kai Tietz
parent df9471b68d
commit d71576d634
2 changed files with 17 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2012-11-30 Kai Tietz <ktietz@redhat.com>
* config/i386/mingw32.h (SHARED_LIBGCC_SPEC): Synchronize with
cygwin-host.
2012-11-29 Eric Botcazou <ebotcazou@adacore.com>
PR middle-end/55321

View File

@ -121,15 +121,24 @@ along with GCC; see the file COPYING3. If not see
/* Include in the mingw32 libraries with libgcc */
#ifdef ENABLE_SHARED_LIBGCC
#define SHARED_LIBGCC_SPEC "%{shared-libgcc:-lgcc_s} %{!shared-libgcc:-lgcc_eh}"
#define SHARED_LIBGCC_SPEC " \
%{static|static-libgcc:-lgcc -lgcc_eh} \
%{!static: \
%{!static-libgcc: \
%{!shared: \
%{!shared-libgcc:-lgcc -lgcc_eh} \
%{shared-libgcc:-lgcc_s -lgcc} \
} \
%{shared:-lgcc_s -lgcc} \
} \
} "
#else
#define SHARED_LIBGCC_SPEC /*empty*/
#define SHARED_LIBGCC_SPEC " -lgcc "
#endif
#undef REAL_LIBGCC_SPEC
#define REAL_LIBGCC_SPEC \
"%{mthreads:-lmingwthrd} -lmingw32 \
"SHARED_LIBGCC_SPEC" \
-lgcc \
-lmoldname -lmingwex -lmsvcrt"
#undef STARTFILE_SPEC