Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/bcef1e2847ce009f0b139abce1fb664733768c50 >--------------------------------------------------------------- commit bcef1e2847ce009f0b139abce1fb664733768c50 Author: Gabor Greif <[email protected]> Date: Wed Aug 29 14:47:02 2012 +0200 v7.4.1 is required for building, so we can drop the v7.2.1 workaround >--------------------------------------------------------------- mk/config.mk.in | 10 ---------- 1 files changed, 0 insertions(+), 10 deletions(-) diff --git a/mk/config.mk.in b/mk/config.mk.in index a3f75cd..0005ab0 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@ #----------------------------------------------------------------------------- _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
