summaryrefslogtreecommitdiffstats
path: root/win/configure
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-09-23 11:27:47 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-09-23 11:27:47 (GMT)
commitb486039ca76d9b03ad8d9bdec1e914a4f88f88e8 (patch)
tree932250e0b9f266e822378ef03c0591ae6996729c /win/configure
parentc4175e0434a242a24610b0c3a70214885b897006 (diff)
parent5d9b0d315794199313c41559a91710addd1d4630 (diff)
downloadtcl-b486039ca76d9b03ad8d9bdec1e914a4f88f88e8.zip
tcl-b486039ca76d9b03ad8d9bdec1e914a4f88f88e8.tar.gz
tcl-b486039ca76d9b03ad8d9bdec1e914a4f88f88e8.tar.bz2
workaround for mingw bug [http://comments.gmane.org/gmane.comp.gnu.mingw.user/41724]
Diffstat (limited to 'win/configure')
-rwxr-xr-xwin/configure6
1 files changed, 3 insertions, 3 deletions
diff --git a/win/configure b/win/configure
index e7c1329..be9c98a 100755
--- a/win/configure
+++ b/win/configure
@@ -3449,6 +3449,8 @@ echo "${ECHO_T}yes" >&6
# set various compiler flags depending on whether we are using gcc or cl
if test "${GCC}" = "yes" ; then
+ extra_cflags="-pipe"
+ extra_ldflags="-pipe"
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
@@ -3577,6 +3579,7 @@ 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
@@ -3599,9 +3602,6 @@ echo $ECHO_N "checking compiler flags... $ECHO_C" >&6
MAKE_EXE="\${CC} -o \$@"
LIBPREFIX="lib"
- extra_cflags="$extra_cflags -pipe"
- extra_ldflags="$extra_ldflags -pipe"
-
if test "${SHARED_BUILD}" = "0" ; then
# static
echo "$as_me:$LINENO: result: using static flags" >&5