summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2023-02-16 15:18:32 +0100
committerGitHub <noreply@github.com>2023-02-16 15:18:32 +0100
commita0c53998305b32d1744576ab074884da77b0651f (patch)
tree4e398ae33dfc1d4b9c876ca9552e71416c107404
parentda89908ef7d82a90fe5dab8904a65869b5a5d996 (diff)
parent613b29b8a92b6131b5c19766701ed15fb4c15930 (diff)
downloadautoconf-archive-a0c53998305b32d1744576ab074884da77b0651f.tar.gz
Merge pull request #273 from xen0n/loong
Add loongarch64 to the list of lib64 architectures
-rw-r--r--m4/ax_boost_base.m44
-rw-r--r--m4/ax_ms_cpprest.m44
2 files changed, 4 insertions, 4 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"]
)
diff --git a/m4/ax_ms_cpprest.m4 b/m4/ax_ms_cpprest.m4
index ca66d93..57e21dd 100644
--- a/m4/ax_ms_cpprest.m4
+++ b/m4/ax_ms_cpprest.m4
@@ -35,7 +35,7 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 1
+#serial 2
dnl This supporting method tests for the correct Microsoft C++ Rest SDK
dnl version by comparing the converted version string value as received
@@ -141,7 +141,7 @@ AC_DEFUN([_AX_MS_CPPREST_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"]
)