[commit: ghc] master: Hardcode "BootingFromHc = NO" for now (ffe795d)
Ian Lynagh
igloo at earth.li
Sun Feb 17 15:51:45 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/ffe795d92b1e0c385474100ecfb649fd40ae6b4d
>---------------------------------------------------------------
commit ffe795d92b1e0c385474100ecfb649fd40ae6b4d
Author: Ian Lynagh <ian at well-typed.com>
Date: Sun Feb 17 14:14:24 2013 +0000
Hardcode "BootingFromHc = NO" for now
>---------------------------------------------------------------
mk/config.mk.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/mk/config.mk.in b/mk/config.mk.in
index 0fc3a1d..e365d14 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -38,7 +38,7 @@ V = 1
# BootingFromHc - build GHC and the libraries from .hc files?
# (unregisterised only)
-BootingFromHc = @BootingFromHc@
+BootingFromHc = NO
NO_INCLUDE_DEPS = NO
NO_INCLUDE_PKGDATA = NO
More information about the ghc-commits
mailing list