X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=ghc%2FMakefile;fp=ghc%2FMakefile;h=ed7d24b643466285e4314c3e96a8c6d240683d2d;hb=a196ef836e60e20714fd3e6bc9003979d6e5a139;hp=29ca7a821bb81de35faa33723592fd79681dce1a;hpb=70b761657f7707075302d7fa9f1ddba41247539e;p=ghc-hetmet.git diff --git a/ghc/Makefile b/ghc/Makefile index 29ca7a8..ed7d24b 100644 --- a/ghc/Makefile +++ b/ghc/Makefile @@ -83,6 +83,7 @@ CONFIGURE_FLAGS_STAGE3 = $(CONFIGURE_FLAGS_STAGE2PLUS) CONFIGURE_FLAGS_STAGE1 += $(USE_BOOT_CONFIGURE_FLAGS) CONFIGURE_FLAGS_STAGE2 += $(USE_STAGE1_CONFIGURE_FLAGS) CONFIGURE_FLAGS_STAGE3 += $(USE_STAGE2_CONFIGURE_FLAGS) +CONFIGURE_FLAGS_STAGE3 += --package-db $(STAGE3_PACKAGE_CONF) CONFIGURE_FLAGS_STAGE1 += $(foreach flag, $(GhcStage1HcOpts), --ghc-option=$(flag)) CONFIGURE_FLAGS_STAGE2 += $(foreach flag, $(GhcStage2HcOpts), --ghc-option=$(flag))