diff options
| author | seyko <seyko2@gmail.com> | 2015-05-10 09:57:11 +0300 |
|---|---|---|
| committer | seyko <seyko2@gmail.com> | 2015-05-10 09:57:11 +0300 |
| commit | 87a010960481c3e4effd1994714b78f47d13d6a7 (patch) | |
| tree | 3e44d49fd5e1949bf9ee7ab70189758c13d24509 | |
| parent | 30df3189b177c65d65094bed3a066a2722fe2dc0 (diff) | |
| download | tinycc-87a010960481c3e4effd1994714b78f47d13d6a7.tar.gz tinycc-87a010960481c3e4effd1994714b78f47d13d6a7.tar.bz2 | |
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
| -rwxr-xr-x | configure | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |
