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
This commit is contained in:
parent
30df3189b1
commit
87a0109604
1 changed files with 6 additions and 0 deletions
6
configure
vendored
6
configure
vendored
|
@ -449,6 +449,12 @@ LIBSUF=$LIBSUF
|
||||||
EXESUF=$EXESUF
|
EXESUF=$EXESUF
|
||||||
HOST_OS=$host_os
|
HOST_OS=$host_os
|
||||||
EOF
|
EOF
|
||||||
|
if test "$mingw32" = "yes" -a "$host_os" != "Windows" ; then
|
||||||
|
cat >>config.mak <<EOF
|
||||||
|
XCC=$cc
|
||||||
|
XAR=$ar
|
||||||
|
EOF
|
||||||
|
fi
|
||||||
|
|
||||||
print_inc() {
|
print_inc() {
|
||||||
if test -n "$2"; then
|
if test -n "$2"; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue