summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-04-12 23:56:58 +0000
committerIan Lynagh <igloo@earth.li>2010-04-12 23:56:58 +0000
commit4b8a6d6c34bd74a4e3ac4d5d3c19e1236b1882dd (patch)
tree5feef569ad45063d2ba1ef97a30b2f8dd7a8abda /ghc.mk
parent5f220e2c4240826a6a4ccfd8ffe038ed1b0708b8 (diff)
downloadhaskell-4b8a6d6c34bd74a4e3ac4d5d3c19e1236b1882dd.tar.gz
Remove the ghc_ge_609 makefile variables
They are now guaranteed to be YES
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/ghc.mk b/ghc.mk
index f8f0937691..1593c79788 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -625,9 +625,7 @@ include $(patsubst %, %/ghc.mk, $(BUILD_DIRS))
# We need -fno-warn-deprecated-flags to avoid failure with -Werror
GhcLibHcOpts += -fno-warn-deprecated-flags
-ifeq "$(ghc_ge_609)" "YES"
GhcBootLibHcOpts += -fno-warn-deprecated-flags
-endif
# Add $(GhcLibHcOpts) to all library builds
$(foreach pkg,$(PACKAGES) $(PACKAGES_STAGE2),$(eval libraries/$(pkg)_dist-install_HC_OPTS += $$(GhcLibHcOpts)))