summaryrefslogtreecommitdiff
path: root/hadrian/cfg
diff options
context:
space:
mode:
authorRodrigo Mesquita <rodrigo.m.mesquita@gmail.com>2023-05-08 16:19:11 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2023-05-11 04:12:07 -0400
commitc17bb82f1cc66cb819acbfc7727a6b366097a323 (patch)
tree6c06bd797e954a4a1a4c12fe00623f1362f7c597 /hadrian/cfg
parent40c7daed0c971e58e86a8189f82f72e9213af8b6 (diff)
downloadhaskell-c17bb82f1cc66cb819acbfc7727a6b366097a323.tar.gz
Move "target has RTS linker" out of settings
We move the "target has RTS linker" information out of configure into a predicate in GHC, and remove this option from the settings file where it is unnecessary -- it's information statically known from the platform. Note that previously we would consider `powerpc`s and `s390x`s other than `powerpc-ibm-aix*` and `s390x-ibm-linux` to have an RTS linker, but the RTS linker supports neither platform. Closes #23361
Diffstat (limited to 'hadrian/cfg')
-rw-r--r--hadrian/cfg/system.config.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/hadrian/cfg/system.config.in b/hadrian/cfg/system.config.in
index 57c57aa057..17465d2fb4 100644
--- a/hadrian/cfg/system.config.in
+++ b/hadrian/cfg/system.config.in
@@ -173,7 +173,6 @@ target-word-big-endian = @TargetWordBigEndian@
target-has-gnu-nonexec-stack = @TargetHasGnuNonexecStack@
target-has-ident-directive = @TargetHasIdentDirective@
target-has-subsections-via-symbols = @TargetHasSubsectionsViaSymbols@
-target-has-rts-linker = @TargetHasRTSLinker@
target-has-libm = @TargetHasLibm@
target-arm-version = @ARM_ISA@