[commit: ghc] master: Remove a couple of lingering references to the dead BootingFromHc variable (045e774)
Ian Lynagh
igloo at earth.li
Mon Mar 4 20:18:31 CET 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/045e774f13355f503677661726d9749aac203b3e
>---------------------------------------------------------------
commit 045e774f13355f503677661726d9749aac203b3e
Author: Ian Lynagh <ian at well-typed.com>
Date: Mon Mar 4 17:49:18 2013 +0000
Remove a couple of lingering references to the dead BootingFromHc variable
>---------------------------------------------------------------
mk/config.mk.in | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/mk/config.mk.in b/mk/config.mk.in
index 836e8ff..7564834 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -226,10 +226,8 @@ INTEGER_LIBRARY=integer-gmp
GhcLibWays = v
# In addition to the normal sequential way, the default is to also build
-# profiled prelude libraries unless we are booting from .hc files
-ifneq "$(BootingFromHc)" "YES"
+# profiled prelude libraries
GhcLibWays += p
-endif
ifeq "$(PlatformSupportsSharedLibs)" "YES"
GhcLibWays += dyn
@@ -253,9 +251,7 @@ BuildSharedLibs=$(strip $(if $(findstring dyn,$(GhcLibWays)),YES,NO))
GhcRTSWays=l
# Usually want the debug version
-ifeq "$(BootingFromHc)" "NO"
GhcRTSWays += debug
-endif
# We always have the threaded versions, but note that SMP support may be disabled
# (see GhcWithSMP).
More information about the ghc-commits
mailing list