From a368e3b80600064ca0c630fceee3b67f2b22c238 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sat, 14 Jun 2008 16:56:49 +0000 Subject: [PATCH] Don't use -recomp whem compiling GHC, as it's the default (and now deprecated) --- compiler/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 1.7.10.4