diff options
author | Matthias Kilian <kili@outback.escape.de> | 2010-12-19 18:02:39 +0000 |
---|---|---|
committer | Matthias Kilian <kili@outback.escape.de> | 2010-12-19 18:02:39 +0000 |
commit | 17ff3689c6926ffe029dad933d51d9fed20f1568 (patch) | |
tree | 41054a1930bdb186c45254ba78434feac8378f64 /mk/config.mk.in | |
parent | d21d19854ab66d63ba7e5e4049e2fec30fe3edb3 (diff) | |
download | haskell-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/config.mk.in')
-rw-r--r-- | mk/config.mk.in | 3 |
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 |