summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2020-11-20 21:48:25 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-04-19 15:40:25 -0400
commit8b5e5b0524f614679a20ffaebab731c54dc6dee9 (patch)
treea9122d0912955c43b44cbe5734b32ba700af5c29 /configure.ac
parent0b398d554f0cc2f5341ccf62f40347c9c025767f (diff)
downloadhaskell-8b5e5b0524f614679a20ffaebab731c54dc6dee9.tar.gz
Enable tables next to code for riscv64
This requires adding another rewrite to the mangler, to avoid generating PLT entries.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1f524bdf54..f414308ae8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -321,7 +321,7 @@ AC_MSG_CHECKING(whether target supports tables next to code)
case "$Unregisterised" in
NO)
case "$TargetArch" in
- ia64|powerpc64|powerpc64le|s390x|riscv64)
+ ia64|powerpc64|powerpc64le|s390x)
TablesNextToCodeDefault=NO
AC_MSG_RESULT([no])
;;