[commit: ghc] master: remove $(GhcStage1DefaultNewCodegen) etc. (c655913)
Simon Marlow <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.ghc |
|---|---|
| Message-ID | <[email protected]> |
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/c6559131a235af99279e6d560ef63e86430972cf >--------------------------------------------------------------- commit c6559131a235af99279e6d560ef63e86430972cf Author: Simon Marlow <[email protected]> Date: Wed Sep 5 09:26:23 2012 +0100 remove $(GhcStage1DefaultNewCodegen) etc. >--------------------------------------------------------------- compiler/ghc.mk | 12 ------------ 1 files changed, 0 insertions(+), 12 deletions(-) diff --git a/compiler/ghc.mk b/compiler/ghc.mk index be2b631..ad92b6f 100644 --- a/compiler/ghc.mk +++ b/compiler/ghc.mk @@ -452,18 +452,6 @@ compiler_stage1_HC_OPTS += $(GhcStage1HcOpts) compiler_stage2_HC_OPTS += $(GhcStage2HcOpts) compiler_stage3_HC_OPTS += $(GhcStage3HcOpts) -ifeq "$(GhcStage1DefaultNewCodegen)" "YES" -compiler_stage1_HC_OPTS += -DGHC_DEFAULT_NEW_CODEGEN -endif - -ifeq "$(GhcStage2DefaultNewCodegen)" "YES" -compiler_stage2_HC_OPTS += -DGHC_DEFAULT_NEW_CODEGEN -endif - -ifeq "$(GhcStage3DefaultNewCodegen)" "YES" -compiler_stage3_HC_OPTS += -DGHC_DEFAULT_NEW_CODEGEN -endif - ifneq "$(BINDIST)" "YES" compiler_stage2_TAGS_HC_OPTS = -package ghc