diff options
author | nijtmans <nijtmans> | 2010-11-16 14:03:34 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-11-16 14:03:34 (GMT) |
commit | e02c453ac1080eb369646528c2fa0eee8510ba83 (patch) | |
tree | 55736a49d6e36c10e72b9b7a57db9b3d31d34406 /win/configure | |
parent | a4c47fe21756aaa1d76d7e820521184abbe07178 (diff) | |
download | tcl-e02c453ac1080eb369646528c2fa0eee8510ba83.zip tcl-e02c453ac1080eb369646528c2fa0eee8510ba83.tar.gz tcl-e02c453ac1080eb369646528c2fa0eee8510ba83.tar.bz2 |
Bring compilation under mingw-w64 a bit closer to reality
Diffstat (limited to 'win/configure')
-rwxr-xr-x | win/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/configure b/win/configure index f6f8b81..46e66af 100755 --- a/win/configure +++ b/win/configure @@ -4029,7 +4029,7 @@ echo "$as_me: WARNING: 64bit mode not supported with GCC on Windows" >&2;} MAKE_EXE="\${CC} -o \$@" LIBPREFIX="lib" - extra_cflags="-pipe" + extra_cflags="-pipe -DTCL_BROKEN_MAINARGS" extra_ldflags="-pipe" if test "$ac_cv_cygwin" = "yes"; then |