summaryrefslogtreecommitdiff
path: root/compiler/ghc.mk
diff options
context:
space:
mode:
authorMatthias Kilian <kili@outback.escape.de>2010-12-19 18:02:39 +0000
committerMatthias Kilian <kili@outback.escape.de>2010-12-19 18:02:39 +0000
commit17ff3689c6926ffe029dad933d51d9fed20f1568 (patch)
tree41054a1930bdb186c45254ba78434feac8378f64 /compiler/ghc.mk
parentd21d19854ab66d63ba7e5e4049e2fec30fe3edb3 (diff)
downloadhaskell-17ff3689c6926ffe029dad933d51d9fed20f1568.tar.gz
Drop GhcWithLlvmCodeGen configuration bits
The LLVM code generator is always built unconditionally, so both the configuration variable in mk/config.mk.in as well as the string in compilerInfo can be removed.
Diffstat (limited to 'compiler/ghc.mk')
-rw-r--r--compiler/ghc.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/ghc.mk b/compiler/ghc.mk
index df07430596..fb09a3382b 100644
--- a/compiler/ghc.mk
+++ b/compiler/ghc.mk
@@ -82,8 +82,6 @@ compiler/stage%/build/Config.hs : mk/config.mk mk/project.mk | $$(dir $$@)/.
@echo 'cGhcWithInterpreter = "$(GhcWithInterpreter)"' >> $@
@echo 'cGhcWithNativeCodeGen :: String' >> $@
@echo 'cGhcWithNativeCodeGen = "$(GhcWithNativeCodeGen)"' >> $@
- @echo 'cGhcWithLlvmCodeGen :: String' >> $@
- @echo 'cGhcWithLlvmCodeGen = "YES"' >> $@
@echo 'cGhcWithSMP :: String' >> $@
@echo 'cGhcWithSMP = "$(GhcWithSMP)"' >> $@
@echo 'cGhcRTSWays :: String' >> $@