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 /configure.ac | |
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 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 8645834d50..167de58cfb 100644 --- a/configure.ac +++ b/configure.ac @@ -917,10 +917,6 @@ AC_PROG_CPP dnl ** Without optimization some INLINE trickery fails for GHCi SRC_CC_OPTS="-O" -dnl ** Try to add -mno-cygwin to the C compiler options -FP_CHECK_FLAG([-mno-cygwin], [ -SRC_CC_OPTS="-mno-cygwin $SRC_CC_OPTS" -CPPFLAGS="-mno-cygwin $CPPFLAGS"]) AC_SUBST(SRC_CC_OPTS) dnl ** figure out how to do context diffs |