summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorWANG Xuerui <xen0n@gentoo.org>2023-02-16 00:06:57 +0800
committerWANG Xuerui <git@xen0n.name>2023-02-16 00:08:15 +0800
commit0256a4238fee1522c6aa65fa493b854945e7a182 (patch)
treeaffea089e2e7db33a29755e76ca3b1c77b07bf36 /m4
parentda89908ef7d82a90fe5dab8904a65869b5a5d996 (diff)
downloadautoconf-archive-0256a4238fee1522c6aa65fa493b854945e7a182.tar.gz
ax_boost_base: add loongarch64 to list of lib64 arches
Diffstat (limited to 'm4')
-rw-r--r--m4/ax_boost_base.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/ax_boost_base.m4 b/m4/ax_boost_base.m4
index 6c944b1..b1fed7a 100644
--- a/m4/ax_boost_base.m4
+++ b/m4/ax_boost_base.m4
@@ -33,7 +33,7 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 51
+#serial 52
# example boost program (need to pass version)
m4_define([_AX_BOOST_BASE_PROGRAM],
@@ -114,7 +114,7 @@ AC_DEFUN([_AX_BOOST_BASE_RUNDETECT],[
AS_CASE([${host_cpu}],
[x86_64],[libsubdirs="lib64 libx32 lib lib64"],
[mips*64*],[libsubdirs="lib64 lib32 lib lib64"],
- [ppc64|powerpc64|s390x|sparc64|aarch64|ppc64le|powerpc64le|riscv64|e2k],[libsubdirs="lib64 lib lib64"],
+ [ppc64|powerpc64|s390x|sparc64|aarch64|ppc64le|powerpc64le|riscv64|e2k|loongarch64],[libsubdirs="lib64 lib lib64"],
[libsubdirs="lib"]
)