X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FMakefile;h=b7e9986f903d64a841601b815c00833b4c4d5e2b;hb=9b568f44572383f07ce0f7bf9ab9478410262475;hp=18540d707876a75aff672c1bf3b253fbd963c3bd;hpb=be9ccee64bef5ce6eaff1a1bf5acd56d3a38e56e;p=ghc-hetmet.git diff --git a/compiler/Makefile b/compiler/Makefile index 18540d7..b7e9986 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -227,6 +227,7 @@ $(CONFIG_HS) : $(FPTOOLS_TOP)/mk/config.mk @echo "cStage = STAGE" >> $(CONFIG_HS) @echo "cHscIfaceFileVersion = \"$(HscIfaceFileVersion)\"" >> $(CONFIG_HS) @echo "cSplitObjs = \"$(SplitObjs)\"" >> $(CONFIG_HS) + @echo "cGhcWithInterpreter = \"$(GhcWithInterpreter)\"" >> $(CONFIG_HS) @echo "cGhcWithNativeCodeGen = \"$(GhcWithNativeCodeGen)\"" >> $(CONFIG_HS) @echo "cGhcUnregisterised = \"$(GhcUnregisterised)\"" >> $(CONFIG_HS) @echo "cGhcEnableTablesNextToCode = \"$(GhcEnableTablesNextToCode)\"" >> $(CONFIG_HS)