summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorlrzlin <lrzlin@163.com>2023-01-13 00:56:37 +0800
committerMarge Bot <ben+marge-bot@smart-cactus.org>2023-02-03 05:23:27 -0500
commit7e2d3eb507da184cf3337d36715fd82a81643d91 (patch)
tree37fa39bbcb2c7a2ad532b25649696a49a53c5c7c /m4
parent0ada454703560b733fe3c920b87496ac1238c29e (diff)
downloadhaskell-7e2d3eb507da184cf3337d36715fd82a81643d91.tar.gz
Enable tables next to code for LoongArch64
Diffstat (limited to 'm4')
-rw-r--r--m4/ghc_tables_next_to_code.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ghc_tables_next_to_code.m4 b/m4/ghc_tables_next_to_code.m4
index 8acf250c44..3e0ced2137 100644
--- a/m4/ghc_tables_next_to_code.m4
+++ b/m4/ghc_tables_next_to_code.m4
@@ -17,7 +17,7 @@ AC_DEFUN([GHC_TABLES_NEXT_TO_CODE],
case "$Unregisterised" in
NO)
case "$TargetArch" in
- ia64|powerpc64|powerpc64le|s390x|wasm32|loongarch64)
+ ia64|powerpc64|powerpc64le|s390x|wasm32)
TablesNextToCodeDefault=NO
AC_MSG_RESULT([no])
;;