summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2018-03-26 20:21:00 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2018-03-26 20:21:00 (GMT)
commit220d2d7d9c2c61b1c319685a76e410fc3024facf (patch)
tree6c936163f7e379dd9c3c8072625665560215e4ae /unix
parent08dc58ce408e626f0042eb1bbe92257aa3bdd927 (diff)
downloadtcl-220d2d7d9c2c61b1c319685a76e410fc3024facf.zip
tcl-220d2d7d9c2c61b1c319685a76e410fc3024facf.tar.gz
tcl-220d2d7d9c2c61b1c319685a76e410fc3024facf.tar.bz2
Remove MINGW32 from the UNIX makefile, since Mingw should always build from the "win" directory. Better to avoid confusion.
Diffstat (limited to 'unix')
-rwxr-xr-xunix/configure4
-rw-r--r--unix/tcl.m44
2 files changed, 4 insertions, 4 deletions
diff --git a/unix/configure b/unix/configure
index afc6842..36bc4b9 100755
--- a/unix/configure
+++ b/unix/configure
@@ -5189,7 +5189,7 @@ fi
CC_SEARCH_FLAGS=""
LD_SEARCH_FLAGS=""
;;
- CYGWIN_*|MINGW32*)
+ CYGWIN_*)
SHLIB_CFLAGS=""
SHLIB_LD='${CC} -shared'
SHLIB_SUFFIX=".dll"
@@ -6464,7 +6464,7 @@ fi
case $system in
AIX-*) ;;
BSD/OS*) ;;
- CYGWIN_*|MINGW32_*) ;;
+ CYGWIN_*) ;;
IRIX*) ;;
NetBSD-*|FreeBSD-*|OpenBSD-*) ;;
Darwin-*) ;;
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index a6abef1..4acbed0 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -1196,7 +1196,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
CC_SEARCH_FLAGS=""
LD_SEARCH_FLAGS=""
;;
- CYGWIN_*|MINGW32*)
+ CYGWIN_*)
SHLIB_CFLAGS=""
SHLIB_LD='${CC} -shared'
SHLIB_SUFFIX=".dll"
@@ -1912,7 +1912,7 @@ dnl # preprocessing tests use only CPPFLAGS.
case $system in
AIX-*) ;;
BSD/OS*) ;;
- CYGWIN_*|MINGW32_*) ;;
+ CYGWIN_*) ;;
IRIX*) ;;
NetBSD-*|FreeBSD-*|OpenBSD-*) ;;
Darwin-*) ;;