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/bootstrap.mk | |
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/bootstrap.mk')
-rw-r--r-- | mk/bootstrap.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mk/bootstrap.mk b/mk/bootstrap.mk index 46267959c8..6459530e8e 100644 --- a/mk/bootstrap.mk +++ b/mk/bootstrap.mk @@ -39,10 +39,6 @@ PLATFORM_CC_OPTS += -static PLATFORM_HC_BOOT_CC_OPTS += -finhibit-size-directive endif -ifeq "$(mingw32_TARGET_OS)" "1" -PLATFORM_CC_OPTS += -mno-cygwin -endif - ifeq "$(alpha_TARGET_ARCH)" "1" PLATFORM_CC_OPTS += -static -w PLATFORM_HC_BOOT_CC_OPTS += -mieee |