From 1b62ed65a38bdec7bc0163fd99be10fa6feadd54 Mon Sep 17 00:00:00 2001
From: sof <unknown>
Date: Fri, 15 Feb 2002 08:10:44 +0000
Subject: [PATCH] [project @ 2002-02-15 08:10:44 by sof] mingw: drop the use of
 -mwin32 in CC_OPTS; no longer needed

---
 configure.in | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/configure.in b/configure.in
index 38438bc0e99d..0cbd79963cf6 100644
--- a/configure.in
+++ b/configure.in
@@ -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)
-- 
GitLab