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

mingw: link with static libgcc / libstdc++

parent 672dd79c
......@@ -214,6 +214,8 @@ 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