aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorgrischka <grischka>2016-10-02 01:39:07 +0200
committergrischka <grischka>2016-10-02 01:39:07 +0200
commitf350487e1e5d4606c8b1508f920b7325c3c50bc1 (patch)
tree978b07fddd3d8d8791a036b3ea470e5ffe46b5ff /configure
parent49d3118621a68f6583228f123efd16f0f803d908 (diff)
downloadtinycc-f350487e1e5d4606c8b1508f920b7325c3c50bc1.tar.gz
tinycc-f350487e1e5d4606c8b1508f920b7325c3c50bc1.tar.bz2
win32/64: msys2 support
Support ./configure && make under msys2 (a new msys fork) on win32 and win64. Get rid of CONFIG_WIN64 make-var. (On windows, WIN32 in general is used for both 32 and 64 bit platforms) Also: - cleanup win32/build-tcc.bat - adjust win32/(doc/)tcc-win32.tx
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index b6a0b21..c2668a5 100755
--- a/configure
+++ b/configure
@@ -50,6 +50,7 @@ cpu=
targetos=`uname`
case $targetos in
MINGW32*) mingw32=yes;;
+ MSYS*) mingw32=yes;;
DragonFly) noldl=yes;;
OpenBSD) noldl=yes;;
FreeBSD) noldl=yes;;