From: simonmar Date: Mon, 21 Mar 2005 13:57:28 +0000 (+0000) Subject: [project @ 2005-03-21 13:57:28 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~879 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6bcf03432042d256262f7359fb7a02098b1da3e3;p=ghc-hetmet.git [project @ 2005-03-21 13:57:28 by simonmar] Update the -fno-cse flags --- diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index fde3a7c..49890d1 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -550,13 +550,11 @@ utils/FastMutInt_HC_OPTS += -O compMan/CompManager_HC_OPTS = -fno-cse ghci/InteractiveUI_HC_OPTS = -fno-cse main/CmdLineOpts_HC_OPTS = -fno-cse -main/DriverFlags_HC_OPTS = -fno-cse main/DriverMkDepend_HC_OPTS = -fno-cse main/DriverPipeline_HC_OPTS = -fno-cse -main/DriverState_HC_OPTS = -fno-cse -main/DriverUtil_HC_OPTS = -fno-cse main/Finder_HC_OPTS = -fno-cse main/SysTools_HC_OPTS = -fno-cse +main/StaticFlags_HC_OPTS = -fno-cse # The #include is vital for the via-C route, else the C # compiler doesn't realise that the stcall foreign imports are indeed