Revert "Link MinGW builds with static libgcc"

This reverts commit fc9ba5db9b.

This is better handled elsewhere:
https://github.com/chocolate-doom/chocpkg/issues/10
This commit is contained in:
Fabian Greffrath 2017-01-04 21:06:55 +01:00
parent db2cd82925
commit 6491da9659

View file

@ -13,7 +13,6 @@ AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_HOST
orig_CFLAGS="$CFLAGS"
orig_LDFLAGS="$LDFLAGS"
AC_PROG_CC
AC_PROG_RANLIB
@ -28,11 +27,6 @@ if test "$GCC" = "yes"
then
WARNINGS="-Wall -Wdeclaration-after-statement -Wredundant-decls"
CFLAGS="-O$OPT_LEVEL -g $WARNINGS $orig_CFLAGS"
case "$host" in
*-*-mingw*)
LDFLAGS="-static-libgcc $orig_LDFLAGS"
;;
esac
fi
dnl Search for SDL ...