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:
parent
db2cd82925
commit
6491da9659
1 changed files with 0 additions and 6 deletions
|
|
@ -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 ...
|
||||
|
|
|
|||
Loading…
Reference in a new issue