From: Ian Lynagh Date: Sat, 14 Jun 2008 16:56:49 +0000 (+0000) Subject: Don't use -recomp whem compiling GHC, as it's the default (and now deprecated) X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a368e3b80600064ca0c630fceee3b67f2b22c238;p=ghc-hetmet.git Don't use -recomp whem compiling GHC, as it's the default (and now deprecated) --- diff --git a/compiler/Makefile b/compiler/Makefile index e75be0c..9a71d74 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -615,7 +615,7 @@ endif SRC_HC_OPTS += -ignore-package lang SRC_CC_OPTS += -Iparser -I. -O -SRC_HC_OPTS += -recomp $(GhcHcOpts) $(GhcStage$(stage)HcOpts) +SRC_HC_OPTS += $(GhcHcOpts) $(GhcStage$(stage)HcOpts) SRC_HC_OPTS += -H16M ifeq "$(BootingFromHc)" "YES"