From: simonmar Date: Tue, 7 Nov 2000 14:01:53 +0000 (+0000) Subject: [project @ 2000-11-07 14:01:53 by simonmar] X-Git-Tag: Approximately_9120_patches~3412 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d9f244327ee88e6e71624b89f51982288059fe94;p=ghc-hetmet.git [project @ 2000-11-07 14:01:53 by simonmar] revert 1.109 (ghci isn't included in DIRS unless we're bootstrapping) --- diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index 5c7496c..813dbfb 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.109 2000/11/06 08:15:20 simonpj Exp $ +# $Id: Makefile,v 1.110 2000/11/07 14:01:53 simonmar Exp $ TOP = .. include $(TOP)/mk/boilerplate.mk @@ -91,7 +91,7 @@ $(HS_PROG) :: $(HS_SRCS) DIRS = \ utils basicTypes types hsSyn prelude rename typecheck deSugar coreSyn \ specialise simplCore stranal stgSyn simplStg codeGen absCSyn main \ - profiling parser usageSP cprAnalysis javaGen compMan ghci + profiling parser usageSP cprAnalysis javaGen compMan ifeq ($(GhcWithNativeCodeGen),YES) DIRS += nativeGen @@ -212,7 +212,7 @@ nativeGen/MachCode_HC_OPTS = -H10m # Avoids Bug in 3.02, it seems usageSP/UsageSPInf_HC_OPTS = -Onot -prelude/PrimOp_HC_OPTS = -H12m -K3m +prelude/PrimOp_HC_OPTS = -H12m -K3m -no-recomp # because the NCG can't handle the 64-bit math in here prelude/PrelRules_HC_OPTS = -fvia-C