summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2012-08-29 14:47:02 +0200
committerGabor Greif <ggreif@gmail.com>2012-08-29 14:47:02 +0200
commitbcef1e2847ce009f0b139abce1fb664733768c50 (patch)
tree86ccc705e7940687b628a2307190071e966c1314 /mk
parentd0ddde58f928a6b156d8061c406226c4fbb7cd22 (diff)
downloadhaskell-bcef1e2847ce009f0b139abce1fb664733768c50.tar.gz
v7.4.1 is required for building, so we can drop the v7.2.1 workaround
Diffstat (limited to 'mk')
-rw-r--r--mk/config.mk.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in
index a3f75cd42b..0005ab00ef 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -526,16 +526,6 @@ else
GhcCanonVersion = $(GhcMajVersion)$(GhcMinVersion)
endif
-# Work around #5453, which causes the stage1 compiler to segfault when
-# built with 7.2.1.
-ifeq "$(GhcVersion)" "7.2.1"
-CONF_HC_OPTS_STAGE0 += -fno-full-laziness
-compiler/cmm/Bitmap_HC_OPTS += -ffull-laziness
-# urgh. Compiling cmm/Bitmap.hs with -fno-full-laziness results in
-# "gmp: overflow in mpz type"
-# for some unknown reason, so turn full-laziness back on for this module.
-endif
-
GHC_PACKAGE_DB_FLAG = @GHC_PACKAGE_DB_FLAG@
#-----------------------------------------------------------------------------