Skip to content
Snippets Groups Projects
Commit 1b62ed65 authored by sof's avatar sof
Browse files

[project @ 2002-02-15 08:10:44 by sof]

mingw: drop the use of -mwin32 in CC_OPTS; no longer needed
parent 6d7576ef
No related branches found
No related tags found
No related merge requests found
......@@ -557,10 +557,9 @@ dnl ** figure out how to invoke cpp directly (gcc -E is no good)
AC_PROG_CPP
dnl ** does the C compiler support the following options?
FPTOOLS_CC_FLAG(-mwin32,CC_SUPPORTS_MWIN32)
FPTOOLS_CC_FLAG(-mno-cygwin,CC_SUPPORTS_MNO_CYGWIN)
EXTRA_CC_OPTS="$CC_SUPPORTS_MNO_CYGWIN $CC_SUPPORTS_MWIN32"
EXTRA_CC_OPTS="$CC_SUPPORTS_MNO_CYGWIN"
SRC_CC_OPTS="-O $EXTRA_CC_OPTS"
CPPFLAGS="$EXTRA_CC_OPTS $CPPFLAGS"
AC_SUBST(SRC_CC_OPTS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment