Commit bc971c81 authored by Rafaël Carré's avatar Rafaël Carré

Revert "mingw: link with static libgcc / libstdc++"

This reverts commit f3e0178e.

libtool always adds -nostdlib which renders these options useless
parent 5b4c44f4
......@@ -214,8 +214,6 @@ case "${host_os}" in
case "${host_os}" in
*mingw32*)
SYS=mingw32
CC="$CC -static-libgcc"
CXX="$CXX -static-libgcc -static-libstdc++"
;;
*cygwin*)
dnl Check if we are using the mno-cygwin mode in which case we are
......
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