summaryrefslogtreecommitdiff
path: root/compiler/main/DynFlags.hs
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-07-09 12:55:54 +0000
committerIan Lynagh <igloo@earth.li>2008-07-09 12:55:54 +0000
commitccc9a4a5c7131e5bece84c0983d7d3f8d6480967 (patch)
tree31ee87e710f90dbbf57ae3e6a073cb15bfd83cc3 /compiler/main/DynFlags.hs
parent3897d02a5c0deb5c3bfda3299a28bbef525eba84 (diff)
downloadhaskell-ccc9a4a5c7131e5bece84c0983d7d3f8d6480967.tar.gz
Remove all references to -mno-cygwin
We shouldn't need it, as we don't call cygwin's gcc, and it was causing problems with the nightly builders passing it to GHC.
Diffstat (limited to 'compiler/main/DynFlags.hs')
-rw-r--r--compiler/main/DynFlags.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs
index e631cfa758..6aef472126 100644
--- a/compiler/main/DynFlags.hs
+++ b/compiler/main/DynFlags.hs
@@ -1901,7 +1901,6 @@ machdepCCOpts _dflags
sta = opt_Static
in
( [ if sta then "-DDONT_WANT_WIN32_DLL_SUPPORT" else ""
--- , if "mingw32" `isSuffixOf` cTARGETPLATFORM then "-mno-cygwin" else ""
],
[ "-fno-defer-pop",
"-fomit-frame-pointer",