summaryrefslogtreecommitdiff
path: root/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 /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 'mk')
-rw-r--r--mk/config.mk.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in
index 902c0dc632..7acf824dd4 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -146,9 +146,6 @@ GhcWithNativeCodeGen=$(strip\
$(if $(filter YESYESNO,\
$(OsSupportsNCG)$(ArchSupportsNCG)$(GhcUnregisterised)),YES,NO))
-# Build a compiler with the llvm code generator backend
-GhcWithLlvmCodeGen=NO
-
HaveLibDL = @HaveLibDL@
# ArchSupportsSMP should be set iff there is support for that arch in