X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2Frunghc%2FMakefile;h=54245a3397083383681eb22d6bdfa1b8184784f4;hb=9a657491d1caf6e29c85ce71e95a36eea3e036b1;hp=557940b6112e992bfe92bf793345d6e9db5e1b10;hpb=8604da0136707cc14845d14a88c2272fe576b6d0;p=ghc-hetmet.git diff --git a/utils/runghc/Makefile b/utils/runghc/Makefile index 557940b..54245a3 100644 --- a/utils/runghc/Makefile +++ b/utils/runghc/Makefile @@ -10,6 +10,10 @@ SRC_HC_OPTS += $(addprefix -optc, $(MACOSX_DEPLOYMENT_CC_OPTS)) SRC_LD_OPTS += $(addprefix -optl, $(MACOSX_DEPLOYMENT_LD_OPTS)) endif +ifeq "$(ghc_ge_605)" "NO" +SRC_HC_OPTS += -cpp +endif + # We have two version: the inplace version compiled by the bootstrap compiler # and the install version compiled by the stage 1 compiler ifeq "$(stage)" "2"