X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fghc.mk;h=64b1213c080f13066675fef7d2819a4e32b8f5db;hb=f670c47f9f93ffd6d06b331cd40554cd5e92484c;hp=59b451dd3f00996e784ec206b086eb1e351ecb15;hpb=a7d8d283592f4698325b0c5e06244a3edc6fd35c;p=ghc-hetmet.git diff --git a/compiler/ghc.mk b/compiler/ghc.mk index 59b451d..64b1213 100644 --- a/compiler/ghc.mk +++ b/compiler/ghc.mk @@ -51,6 +51,8 @@ $(compiler_CONFIG_HS) : mk/config.mk mk/project.mk @echo "cBooterVersion = \"$(GhcVersion)\"" >> $@ @echo "cStage :: String" >> $@ @echo "cStage = show (STAGE :: Int)" >> $@ + @echo "cIntegerLibrary :: String" >> $@ + @echo "cIntegerLibrary = \"$(INTEGER_LIBRARY)\"" >> $@ @echo "cSplitObjs :: String" >> $@ @echo "cSplitObjs = \"$(SupportsSplitObjs)\"" >> $@ @echo "cGhcWithInterpreter :: String" >> $@