diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-11-12 21:29:06 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-11-12 21:29:06 (GMT) |
commit | 6c20a6ff0d3a2aea218b48df0ff32aafeb23167d (patch) | |
tree | 2fd51b02a04c9a8c0b8d2e702b6a83f74e8724dc /unix/configure | |
parent | 52a3eade6bfe284dddc57cd47d11b18c24e9cf6a (diff) | |
download | tcl-6c20a6ff0d3a2aea218b48df0ff32aafeb23167d.zip tcl-6c20a6ff0d3a2aea218b48df0ff32aafeb23167d.tar.gz tcl-6c20a6ff0d3a2aea218b48df0ff32aafeb23167d.tar.bz2 |
Starting with 8.7, don't bother Cygwin32 any more. Only Cygwin64 will be supported.
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure b/unix/configure index a11adaa..d7c117d 100755 --- a/unix/configure +++ b/unix/configure @@ -5903,9 +5903,9 @@ printf "%s\n" "$ac_cv_cygwin" >&6; } fi do64bit_ok=yes if test "x${SHARED_BUILD}" = "x1"; then - echo "running cd ../win; ${CONFIG_SHELL-/bin/sh} ./configure $ac_configure_args" + echo "running cd ../win; ${CONFIG_SHELL-/bin/sh} ./configure $ac_configure_args --enable-64bit --host=x86_64-w64-mingw32" # The eval makes quoting arguments work. - if cd ../win; eval ${CONFIG_SHELL-/bin/sh} ./configure $ac_configure_args; cd ../unix + if cd ../win; eval ${CONFIG_SHELL-/bin/sh} ./configure $ac_configure_args --enable-64bit --host=x86_64-w64-mingw32; cd ../unix then : else { echo "configure: error: configure failed for ../win" 1>&2; exit 1; } |