From 6fe235543de7ea4319269f164ea444e4af68f759 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Sun, 7 Aug 2016 08:24:16 +1000 Subject: 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 --- Makefile | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Makefile') 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 \ -- cgit v1.2.1