From 87a010960481c3e4effd1994714b78f47d13d6a7 Mon Sep 17 00:00:00 2001 From: seyko Date: Sun, 10 May 2015 09:57:11 +0300 Subject: [PATCH] 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 --- configure | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configure b/configure index 01bcdb1..6a796f3 100755 --- a/configure +++ b/configure @@ -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 <