X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fmk%2Fconfig.mk.in;h=e3060ec20ce7261b6808d62047a8a7420b8c5ce8;hb=0e0b98409b23dd84ef11aea611b104d8e20abae3;hp=5c3a383b5290c3b17224655eb448456638545f01;hpb=7d116768afbed23f0d1de1458a4cbbaad9c24446;p=ghc-hetmet.git diff --git a/ghc/mk/config.mk.in b/ghc/mk/config.mk.in index 5c3a383..e3060ec 100644 --- a/ghc/mk/config.mk.in +++ b/ghc/mk/config.mk.in @@ -17,9 +17,9 @@ else GhcBinDistShScripts = endif -GhcBinDistPrlScripts = +GhcBinDistPrlScripts = ghcprof GhcBinDistLibPrlScripts = ghc-asm ghc-split -GhcBinDistBins = hp2ps ghcprof +GhcBinDistBins = hp2ps runghc GhcBinDistOptBins = runhaskell GhcBinDistLinks = ghc ghci ghc-pkg GhcBinDistLibSplicedFiles = package.conf @@ -50,15 +50,18 @@ endif ifeq "$(UseStage1)" "YES" ghc_ge_504 = YES ghc_ge_601 = YES +ghc_ge_602 = YES ghc_ge_603 = YES else ifeq "$(BootingFromHc)" "YES" ghc_ge_504 = YES ghc_ge_601 = YES +ghc_ge_602 = YES ghc_ge_603 = YES else ghc_ge_504 = $(shell if (test $(GhcCanonVersion) -ge 504); then echo YES; else echo NO; fi) ghc_ge_601 = $(shell if (test $(GhcCanonVersion) -ge 601); then echo YES; else echo NO; fi) +ghc_ge_602 = $(shell if (test $(GhcCanonVersion) -ge 602); then echo YES; else echo NO; fi) ghc_ge_603 = $(shell if (test $(GhcCanonVersion) -ge 603); then echo YES; else echo NO; fi) endif endif