summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorJohn Ericson <git@JohnEricson.me>2019-03-27 00:27:01 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-05-06 14:59:29 -0400
commit27941064872b19f65e99ba65b7fa8635268ee738 (patch)
treec601e08e8b9be05605cc04daf28cb2642585aa31 /includes
parentead3f835e24338fb3df3ebdec3e86f9364df7c9c (diff)
downloadhaskell-27941064872b19f65e99ba65b7fa8635268ee738.tar.gz
Remove cGhcEnableTablesNextToCode
Get "Tables next to code" from the settings file instead.
Diffstat (limited to 'includes')
-rw-r--r--includes/ghc.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/ghc.mk b/includes/ghc.mk
index b7bac36ba0..4a25aaa8c1 100644
--- a/includes/ghc.mk
+++ b/includes/ghc.mk
@@ -210,6 +210,7 @@ $(includes_SETTINGS) : includes/Makefile | $$(dir $$@)/.
@echo ',("LLVM llc command", "$(SettingsLlcCommand)")' >> $@
@echo ',("LLVM opt command", "$(SettingsOptCommand)")' >> $@
@echo ',("LLVM clang command", "$(SettingsClangCommand)")' >> $@
+ @echo ',("Tables next to code", "$(GhcEnableTablesNextToCode)")' >> $@
@echo ']' >> $@