Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/15cd666c82f5baaa941763a59f0a751c029273ba >--------------------------------------------------------------- commit 15cd666c82f5baaa941763a59f0a751c029273ba Author: Ian Lynagh <[email protected]> Date: Tue Feb 7 21:30:35 2012 +0000 Remove a workaround for building with GHC 6.12.2 >--------------------------------------------------------------- compiler/ghc.mk | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/compiler/ghc.mk b/compiler/ghc.mk index d5607ee..e305b36 100644 --- a/compiler/ghc.mk +++ b/compiler/ghc.mk @@ -494,13 +494,6 @@ $(eval $(call compiler-hs-dependency,PrimOp,$(PRIMOP_BITS))) compiler/prelude/PrimOp_HC_OPTS += -fforce-recomp compiler/main/Constants_HC_OPTS += -fforce-recomp -# Workaround for #4003 in GHC 6.12.2. It didn't happen in 6.12.1, and -# will be fixed in 6.12.3. Unfortunately we don't have a way to do -# this for just stage1 in the build system. -ifeq "$(GhcVersion)" "6.12.2" -compiler/hsSyn/HsLit_HC_OPTS += -fomit-interface-pragmas -endif - # LibFFI.hs #includes ffi.h compiler/stage2/build/LibFFI.hs : $(libffi_HEADERS) # On Windows it seems we also need to link directly to libffi _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
