From 0256a4238fee1522c6aa65fa493b854945e7a182 Mon Sep 17 00:00:00 2001 From: WANG Xuerui Date: Thu, 16 Feb 2023 00:06:57 +0800 Subject: ax_boost_base: add loongarch64 to list of lib64 arches --- m4/ax_boost_base.m4 | 4 ++-- 1 file 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"] ) -- cgit v1.2.1 From 613b29b8a92b6131b5c19766701ed15fb4c15930 Mon Sep 17 00:00:00 2001 From: WANG Xuerui Date: Thu, 16 Feb 2023 00:07:33 +0800 Subject: ax_ms_cpprest: add loongarch64 to list of lib64 arches --- m4/ax_ms_cpprest.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"] ) -- cgit v1.2.1