[vlc-commits] Revert "mingw: link with static libgcc / libstdc++"
Rafaël Carré
git at videolan.org
Wed Apr 17 01:58:13 CEST 2013
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Wed Apr 17 01:55:44 2013 +0200| [bc971c811d7b638a3c2d59e17104d0c53b5a81c7] | committer: Rafaël Carré
Revert "mingw: link with static libgcc / libstdc++"
This reverts commit f3e0178eeed19835d2f8e6131690dea603adfd4d.
libtool always adds -nostdlib which renders these options useless
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bc971c811d7b638a3c2d59e17104d0c53b5a81c7
---
configure.ac | 2 --
1 file changed, 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 8d053cf..3a5ac9c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
More information about the vlc-commits
mailing list