diff options
author | Erik de Castro Lopo <erikd@mega-nerd.com> | 2016-08-07 08:24:16 +1000 |
---|---|---|
committer | Erik de Castro Lopo <erikd@mega-nerd.com> | 2016-08-07 08:24:40 +1000 |
commit | 6fe235543de7ea4319269f164ea444e4af68f759 (patch) | |
tree | 5abbc7d8e1627814456ed8ae1b7a574b2235c1c6 /Makefile | |
parent | 7a2e933b77a67d64e80559674852c5a308cde976 (diff) | |
download | haskell-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-- | Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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 \ |