summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-02-17 14:56:34 +0000
committerIan Lynagh <ian@well-typed.com>2013-02-17 14:56:34 +0000
commitb8bf9a3b4096971803a1bd4c8c98a7d4d393d886 (patch)
tree3eacd8afdad9516a1df4337a0e29a2add5d327d2 /ghc.mk
parentffe795d92b1e0c385474100ecfb649fd40ae6b4d (diff)
downloadhaskell-b8bf9a3b4096971803a1bd4c8c98a7d4d393d886.tar.gz
Finish removing BootingFromHc
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk10
1 files changed, 0 insertions, 10 deletions
diff --git a/ghc.mk b/ghc.mk
index 8a872116c0..45cb1564c7 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -1190,16 +1190,6 @@ publish-sdist :
$(call try10Times,$(PublishCp) $(SRC_DIST_TESTSUITE_TARBALL) $(PublishLocation)/dist)
endif
-ifeq "$(BootingFromHc)" "YES"
-# In a normal build we use GHC to compile C files (see
-# rules/c-suffix-rules.mk), which passes a number of its own options
-# to the C compiler. So when bootstrapping we have to provide these
-# flags explicitly to C compilations.
-SRC_CC_OPTS += -DNO_REGS -DUSE_MINIINTERPRETER
-SRC_CC_OPTS += -D__GLASGOW_HASKELL__=$(ProjectVersionInt)
-SRC_CC_OPTS += $(addprefix -I,$(GHC_INCLUDE_DIRS))
-endif
-
# -----------------------------------------------------------------------------
# sdisting libraries