[project @ 2005-07-21 08:41:23 by panne]
authorpanne <unknown>
Thu, 21 Jul 2005 08:41:23 +0000 (08:41 +0000)
committerpanne <unknown>
Thu, 21 Jul 2005 08:41:23 +0000 (08:41 +0000)
compMan is dead, Jim...

ghc/compiler/Makefile
ghc/compiler/package.conf.in

index 3dd345e..ba3fee6 100644 (file)
@@ -359,7 +359,7 @@ SRC_HC_OPTS += -Istage$(stage)
 ALL_DIRS = \
   utils basicTypes types hsSyn prelude rename typecheck deSugar coreSyn \
   specialise simplCore stranal stgSyn simplStg codeGen main \
-  profiling parser cprAnalysis compMan ndpFlatten iface cmm
+  profiling parser cprAnalysis ndpFlatten iface cmm
 
 # Make sure we include Config.hs even if it doesn't exist yet...
 ALL_SRCS += $(CONFIG_HS)
@@ -564,7 +564,6 @@ utils/FastMutInt_HC_OPTS    += -O
 # DriverMkDepend), causing some of them to be commoned up.  We have a fix for
 # this in 5.00+, but earlier versions of the compiler will need CSE turned off.
 # To be on the safe side, we disable CSE in *all* modules with top-level IORefs.
-compMan/CompManager_HC_OPTS    = -fno-cse
 ghci/InteractiveUI_HC_OPTS     = -fno-cse
 main/CmdLineOpts_HC_OPTS       = -fno-cse
 main/DriverMkDepend_HC_OPTS    = -fno-cse
index f8c3035..57248b8 100644 (file)
@@ -281,7 +281,6 @@ import-dirs:   FPTOOLS_TOP_ABS"/ghc/compiler/stage2/utils",
               FPTOOLS_TOP_ABS"/ghc/compiler/stage2/profiling",
               FPTOOLS_TOP_ABS"/ghc/compiler/stage2/parser",
               FPTOOLS_TOP_ABS"/ghc/compiler/stage2/cprAnalysis",
-              FPTOOLS_TOP_ABS"/ghc/compiler/stage2/compMan",
               FPTOOLS_TOP_ABS"/ghc/compiler/stage2/ndpFlatten",
               FPTOOLS_TOP_ABS"/ghc/compiler/stage2/iface",
               FPTOOLS_TOP_ABS"/ghc/compiler/stage2/cmm",