diff options
author | Ian Lynagh <igloo@earth.li> | 2010-04-12 23:56:58 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-04-12 23:56:58 +0000 |
commit | 4b8a6d6c34bd74a4e3ac4d5d3c19e1236b1882dd (patch) | |
tree | 5feef569ad45063d2ba1ef97a30b2f8dd7a8abda /ghc.mk | |
parent | 5f220e2c4240826a6a4ccfd8ffe038ed1b0708b8 (diff) | |
download | haskell-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.mk | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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))) |