condifure: Don't use CC/CXX/CPP values to force -mwindows flags.

This is meant only for linking and current Clang is more strict about that.
This commit is contained in:
Jacek Caban 2023-09-17 13:46:38 +02:00
parent 5522534e94
commit e94d4bafcf
2 changed files with 0 additions and 6 deletions

View File

@ -1510,9 +1510,6 @@ ia64*-hpux*)
RC=rc.exe
MC=mc.exe
if test -n "$GNU_CC" -o -n "$CLANG_CC"; then
CC="$CC -mwindows"
CXX="$CXX -mwindows"
CPP="$CPP -mwindows"
LD=""
CFLAGS="$CFLAGS -mms-bitfields"
CXXFLAGS="$CXXFLAGS -mms-bitfields"

View File

@ -2041,9 +2041,6 @@ ia64*-hpux*)
# certain versions of cygwin's makedepend barf on the
# #include <string> vs -I./dist/include/string issue so don't use it
if test -n "$GNU_CC" -o -n "$CLANG_CC"; then
CC="$CC -mwindows"
CXX="$CXX -mwindows"
CPP="$CPP -mwindows"
LD=""
CFLAGS="$CFLAGS -mms-bitfields"
CXXFLAGS="$CXXFLAGS -mms-bitfields"