X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fghc.mk;h=f6530a6721a7eeafe77c4ebea638bb53f8e97390;hb=43e5415176ae4f37462999e636f8e23c90689d2c;hp=7eaa1587cfaf48d3ab7ae3b5a20d02ed27b2782b;hpb=22294cdadb1ebb72aaffe3922010b810fec0530d;p=ghc-hetmet.git diff --git a/compiler/ghc.mk b/compiler/ghc.mk index 7eaa158..f6530a6 100644 --- a/compiler/ghc.mk +++ b/compiler/ghc.mk @@ -136,6 +136,12 @@ ifeq "$(RelocatableBuild)" "YES" else @echo 'cRelocatableBuild = False' >> $@ endif + @echo 'cUseArchivesForGhci :: Bool' >> $@ +ifeq "$(UseArchivesForGhci)" "YES" + @echo 'cUseArchivesForGhci = True' >> $@ +else + @echo 'cUseArchivesForGhci = False' >> $@ +endif @echo 'cLibFFI :: Bool' >> $@ ifeq "$(UseLibFFIForAdjustors)" "YES" @echo 'cLibFFI = True' >> $@