X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.mk.in;h=8c33bb2e249df9e8d5c1bc4c4dffca8dfeaa845b;hb=872bd77dda95ff67340588ee5b5653a9f289d369;hp=ac0059919b348455b15cce47b2471cd1743b997e;hpb=3242c7ad7f5660305059f8542276f86f45a152f0;p=ghc-hetmet.git diff --git a/mk/config.mk.in b/mk/config.mk.in index ac00599..8c33bb2 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -205,25 +205,6 @@ BeConservative = NO BuildingParallel=$(subst mp,YES,$(filter mp,$(WAYS))) BuildingGranSim=$(subst mg,YES,$(filter mg,$(WAYS))) -# Interface file version (hi-boot files only) -# -# A GHC built with HscIfaceFileVersion=n will look for -# M.hi-boot-n, and only then for -# M.hi-boot. -# (It'll be happy with the latter if the former doesn't exist.) -# -# -# This variable is used ONLY for hi-boot files. Its only purpose is -# to allow you to have a single directory with multiple .hi-boot files -# for the same module, each corresponding to a different version of -# GHC. -# -# HscIfaceFileVersion is propagated to hsc via -# compiler/main/Config.hs, which is automatically generated by -# compiler/Makefile. - -HscIfaceFileVersion=6 - #------------------------------------------------------------------------------ # Options for Libraries