X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2FMakefile;h=29ca7a821bb81de35faa33723592fd79681dce1a;hb=b01702b5d417de416cd9cff2f730112e08ce00d9;hp=f1666d1ac9d1ceca56c83bae4b6aeebbe8564e64;hpb=ed1cc5d8a193151d6733fb146986ebf23597fda0;p=ghc-hetmet.git diff --git a/ghc/Makefile b/ghc/Makefile index f1666d1..29ca7a8 100644 --- a/ghc/Makefile +++ b/ghc/Makefile @@ -88,9 +88,10 @@ CONFIGURE_FLAGS_STAGE1 += $(foreach flag, $(GhcStage1HcOpts), --ghc-option=$(fla CONFIGURE_FLAGS_STAGE2 += $(foreach flag, $(GhcStage2HcOpts), --ghc-option=$(flag)) CONFIGURE_FLAGS_STAGE3 += $(foreach flag, $(GhcStage3HcOpts), --ghc-option=$(flag)) +BUILD_FLAGS += $(patsubst %, --ghc-option=%, $(SRC_HC_OPTS)) # Allow EXTRA_HC_OPTS to be used from the command line to add options # when building (e.g. -v) -BUILD_FLAGS=$(patsubst %, --ghc-option=%, $(EXTRA_HC_OPTS)) +BUILD_FLAGS += $(patsubst %, --ghc-option=%, $(EXTRA_HC_OPTS)) # XXX In stage2+ we should really use the inplace ghc-pkg # It works because installPackage doesn't actually use ghc-pkg, as there's