summaryrefslogtreecommitdiff
path: root/hadrian/bindist
diff options
context:
space:
mode:
authorSylvain Henry <sylvain@haskus.fr>2021-11-04 18:27:31 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-11-09 10:02:46 -0500
commit79a26df1475505ee1e87eb7fda04e5fefdf6aa4c (patch)
treea8d1845dfbcaf6f86252932899529f465c585549 /hadrian/bindist
parentbc498fdfa482dfe796e3a12ac8f9d71913930740 (diff)
downloadhaskell-79a26df1475505ee1e87eb7fda04e5fefdf6aa4c.tar.gz
Don't expose bignum backend in ghc --info (#20495)
GHC is bignum backend agnostic and shouldn't report this information as in the future ghc-bignum will be reinstallable potentially with a different backend that GHC is unaware of. Moreover as #20495 shows the returned information may be wrong currently.
Diffstat (limited to 'hadrian/bindist')
-rw-r--r--hadrian/bindist/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/hadrian/bindist/Makefile b/hadrian/bindist/Makefile
index 92fa53e2e3..84fb7f8bdd 100644
--- a/hadrian/bindist/Makefile
+++ b/hadrian/bindist/Makefile
@@ -142,7 +142,6 @@ lib/settings :
@echo ',("LLVM opt command", "$(SettingsOptCommand)")' >> $@
@echo ',("LLVM clang command", "$(SettingsClangCommand)")' >> $@
@echo
- @echo ',("bignum backend", "$(BIGNUM_BACKEND)")' >> $@
@echo ',("Use interpreter", "$(GhcWithInterpreter)")' >> $@
@echo ',("Support SMP", "$(GhcWithSMP)")' >> $@
@echo ',("RTS ways", "$(GhcRTSWays)")' >> $@