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 /compiler/ghc.mk | |
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 'compiler/ghc.mk')
-rw-r--r-- | compiler/ghc.mk | 2 |
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' >> $@ |