restore "./configure --enable-tcc32-mingw" on linux

commit "tccpp: fix issues, add tests" also include
        - configure/Makefile : build on windows (MSYS) was broken
    which breaks a cross compilation on linux
master
seyko 2015-05-10 09:57:11 +03:00
parent 30df3189b1
commit 87a0109604
1 changed files with 6 additions and 0 deletions

6
configure vendored
View File

@ -449,6 +449,12 @@ LIBSUF=$LIBSUF
EXESUF=$EXESUF
HOST_OS=$host_os
EOF
if test "$mingw32" = "yes" -a "$host_os" != "Windows" ; then
cat >>config.mak <<EOF
XCC=$cc
XAR=$ar
EOF
fi
print_inc() {
if test -n "$2"; then