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 /mk/config.mk.in | |
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 'mk/config.mk.in')
-rw-r--r-- | mk/config.mk.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in index be65b243e4..6fce4518ec 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -700,7 +700,7 @@ SRC_LINT_OPTS += -axz -DLINT $(SRC_CPP_OPTS) WAY$(_way)_LINT_OPTS += WAY$(_way)_CPP_OPTS # Default fptools options for dllwrap. -SRC_BLD_DLL_OPTS += -mno-cygwin --target=i386-mingw32 +SRC_BLD_DLL_OPTS += --target=i386-mingw32 # Flags for CPP when running GreenCard on .pgc files GC_CPP_OPTS += -P -E -x c -traditional -D__GLASGOW_HASKELL__ |