X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fghc.mk;h=fb09a3382b175dce31bdd02f8d178903e2d61e60;hb=05fd4e9ddd2fb1d76dc9b8733353105eeea3a3d4;hp=df07430596a37f395960d8fa0ddd528361f3f5b2;hpb=2247d4c49e705ee88f5249368e718c12897fe103;p=ghc-hetmet.git diff --git a/compiler/ghc.mk b/compiler/ghc.mk index df07430..fb09a33 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' >> $@