summaryrefslogtreecommitdiffstats
path: root/win/configure
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-09-27 17:39:26 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-09-27 17:39:26 (GMT)
commitaf2a887860a8f0f5b5a85999d26197f081cf377f (patch)
treed501468726156d32ec81c3c2fde2c50b7f780040 /win/configure
parent0f0aee387281833c8e98078e6d927a9feb918574 (diff)
parentad4355066f0d4cdafaa288933a1517e6c79817ad (diff)
downloadtcl-af2a887860a8f0f5b5a85999d26197f081cf377f.zip
tcl-af2a887860a8f0f5b5a85999d26197f081cf377f.tar.gz
tcl-af2a887860a8f0f5b5a85999d26197f081cf377f.tar.bz2
merge trunk
Diffstat (limited to 'win/configure')
-rwxr-xr-xwin/configure3
1 files changed, 1 insertions, 2 deletions
diff --git a/win/configure b/win/configure
index 3da29a8..59a3953 100755
--- a/win/configure
+++ b/win/configure
@@ -3450,7 +3450,7 @@ echo "${ECHO_T}yes" >&6
if test "${GCC}" = "yes" ; then
extra_cflags="-pipe"
- extra_ldflags="-pipe"
+ extra_ldflags="-pipe -static-libgcc"
echo "$as_me:$LINENO: checking for mingw32 version of gcc" >&5
echo $ECHO_N "checking for mingw32 version of gcc... $ECHO_C" >&6
if test "${ac_cv_win32+set}" = set; then
@@ -3579,7 +3579,6 @@ echo "${ECHO_T}$ac_cv_municode" >&6
extra_ldflags="$extra_ldflags -municode"
else
extra_cflags="$extra_cflags -DTCL_BROKEN_MAINARGS"
- extra_ldflags="$extra_ldflags -static-libgcc"
fi
fi