Don't use -recomp whem compiling GHC, as it's the default (and now deprecated)
authorIan Lynagh <igloo@earth.li>
Sat, 14 Jun 2008 16:56:49 +0000 (16:56 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 14 Jun 2008 16:56:49 +0000 (16:56 +0000)
compiler/Makefile

index e75be0c..9a71d74 100644 (file)
@@ -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"