summaryrefslogtreecommitdiff
path: root/mk/bootstrap.mk
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 /mk/bootstrap.mk
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 'mk/bootstrap.mk')
-rw-r--r--mk/bootstrap.mk4
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