diff options
author | Ian Lynagh <igloo@earth.li> | 2008-07-09 12:55:54 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-07-09 12:55:54 +0000 |
commit | ccc9a4a5c7131e5bece84c0983d7d3f8d6480967 (patch) | |
tree | 31ee87e710f90dbbf57ae3e6a073cb15bfd83cc3 /distrib | |
parent | 3897d02a5c0deb5c3bfda3299a28bbef525eba84 (diff) | |
download | haskell-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 'distrib')
-rw-r--r-- | distrib/configure-bin.ac | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/distrib/configure-bin.ac b/distrib/configure-bin.ac index ba0803336e..4f18013f06 100644 --- a/distrib/configure-bin.ac +++ b/distrib/configure-bin.ac @@ -53,11 +53,6 @@ i[[3456]]86-*-cygwin*) TargetPlatform=i386-unknown-cygwin32;; i[[3456]]86-*-mingw32*) exeext='.exe' - # We assume you're using mingw32 via the gcc that comes - # with cygwin, and not the native port, so let's augment - # the gcc command-line used here with -mno-cygwin -mwin32 - # to arrange for good things to happen. - CFLAGS="-mno-cygwin -mwin32 $CFLAGS" TargetPlatform=i386-unknown-mingw32 ;; i[[3456]]86-apple-darwin*) |