summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2016-08-07 08:24:16 +1000
committerErik de Castro Lopo <erikd@mega-nerd.com>2016-08-07 08:24:40 +1000
commit6fe235543de7ea4319269f164ea444e4af68f759 (patch)
tree5abbc7d8e1627814456ed8ae1b7a574b2235c1c6 /Makefile
parent7a2e933b77a67d64e80559674852c5a308cde976 (diff)
downloadhaskell-6fe235543de7ea4319269f164ea444e4af68f759.tar.gz
configure.ac: Remove checks for bug 9439
Bug #9439 only affects some ghc 7.8 versions of the compiler and since git HEAD no longer builds with ghc-7.8 we can drop this check. Test Plan: Works here! Reviewers: hvr, austin, bgamari Reviewed By: bgamari Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D2427
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 82ab2f78f6..9b888e7cca 100644
--- a/Makefile
+++ b/Makefile
@@ -77,13 +77,6 @@ default : all
help:
@cat MAKEHELP.md
-# Verify that stage 0 LLVM backend isn't affected by Bug #9439 if needed
-ifeq "$(GHC_LLVM_AFFECTED_BY_9439)" "1"
-ifneq "$(findstring -fllvm,$(SRC_HC_OPTS) $(GhcHcOpts) $(GhcStage1HcOpts))" ""
-$(error Stage 0 compiler is affected by Bug #9439. Refusing to bootstrap with -fllvm)
-endif
-endif
-
# No need to update makefiles for these targets:
# (the ones we're filtering out)
REALGOALS=$(filter-out \