X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fghc.mk;h=7eaa1587cfaf48d3ab7ae3b5a20d02ed27b2782b;hp=60123e9162a8a891163c2f4ccfcfcde3eead09aa;hb=22294cdadb1ebb72aaffe3922010b810fec0530d;hpb=2b1d153a60b9f8720bda74180d50a0aed2d02af2 diff --git a/compiler/ghc.mk b/compiler/ghc.mk index 60123e9..7eaa158 100644 --- a/compiler/ghc.mk +++ b/compiler/ghc.mk @@ -70,6 +70,10 @@ compiler/stage%/build/Config.hs : mk/config.mk mk/project.mk | $$(dir $$@)/. @echo 'cBooterVersion = "$(GhcVersion)"' >> $@ @echo 'cStage :: String' >> $@ @echo 'cStage = show (STAGE :: Int)' >> $@ + @echo 'cCcOpts :: [String]' >> $@ + @echo 'cCcOpts = words "$(CONF_CC_OPTS_STAGE$*)"' >> $@ + @echo 'cLdOpts :: [String]' >> $@ + @echo 'cLdOpts = words "$(CONF_LD_OPTS_STAGE$*)"' >> $@ @echo 'cIntegerLibrary :: String' >> $@ @echo 'cIntegerLibrary = "$(INTEGER_LIBRARY)"' >> $@ @echo 'cSplitObjs :: String' >> $@