X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=compiler%2Fghc.mk;h=64b1213c080f13066675fef7d2819a4e32b8f5db;hb=30a08433b46de89511fcdf0149f0749739227efb;hp=59b451dd3f00996e784ec206b086eb1e351ecb15;hpb=51984e25deeba8a8abbab00d89cca51f3fd051b0;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" >> $@