summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorSylvain Henry <sylvain@haskus.fr>2020-02-11 09:56:43 +0100
committerBen Gamari <ben@smart-cactus.org>2020-06-17 16:22:03 -0400
commitaa9e7b7196f03f84579e3b4a09068c668cbe6ffb (patch)
treec4bf6673ea4298a4675b21c8b5dcbc205bfbb86f /includes
parent0f67e3447e5a0089b5348940d404ed876fddddfc (diff)
downloadhaskell-aa9e7b7196f03f84579e3b4a09068c668cbe6ffb.tar.gz
Update `make` based build system
* replace integer-* package selection with ghc-bignum backend selection
Diffstat (limited to 'includes')
-rw-r--r--includes/ghc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/ghc.mk b/includes/ghc.mk
index 737e66cdea..c8180548d3 100644
--- a/includes/ghc.mk
+++ b/includes/ghc.mk
@@ -247,7 +247,7 @@ $(includes_SETTINGS) : includes/Makefile | $$(dir $$@)/.
@echo ',("LLVM opt command", "$(SettingsOptCommand)")' >> $@
@echo ',("LLVM clang command", "$(SettingsClangCommand)")' >> $@
@echo
- @echo ',("integer library", "$(INTEGER_LIBRARY)")' >> $@
+ @echo ',("bignum backend", "$(BIGNUM_BACKEND)")' >> $@
@echo ',("Use interpreter", "$(GhcWithInterpreter)")' >> $@
@echo ',("Use native code generator", "$(GhcWithNativeCodeGen)")' >> $@
@echo ',("Support SMP", "$(GhcWithSMP)")' >> $@