aboutsummaryrefslogtreecommitdiff
path: root/build-aux/m4/ax_boost_base.m4
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2019-09-21 09:29:16 +0800
committerfanquake <fanquake@gmail.com>2019-09-21 10:00:28 +0800
commitcf57e33cc6d95a96f94b259d7680ff9b4f7e22cf (patch)
tree5dc0c112962a9e4d0e3ddfac795b43e6f9abe6a1 /build-aux/m4/ax_boost_base.m4
parentf8b0b190aa9d13e93ebfe34b5655dbe8ed8df3d3 (diff)
parentbb99c4e684bbd3053ecf7a789049b11b29260189 (diff)
downloadbitcoin-cf57e33cc6d95a96f94b259d7680ff9b4f7e22cf.tar.xz
Merge #16870: build: update boost macros to latest upstream for improved error reporting
bb99c4e684bbd3053ecf7a789049b11b29260189 build: update boost macros to latest upstream (fanquake) Pull request description: Fixes: #16803 I opened an [upstream PR](https://github.com/autoconf-archive/autoconf-archive/pull/197) to improve the Boost error reporting, so pull the latest macros. ACKs for top commit: laanwj: Code review ACK bb99c4e684bbd3053ecf7a789049b11b29260189 jonatack: Sanity check ACK bb99c4e684bbd3053ecf7a789049b11b29260189, light code read, built and ran tests on Debian 4.19.37-5+deb10u2 (2019-08-08) x86_64 GNU/Linux. Only tested the happy path. Tree-SHA512: 34704ed623ac0085215fd874a23fde8f6e39a69fa20d78472b0c4d2306dc101c0571fa26c4c8821600746b94daaaf05faf6d15546899d588081c26357d29ec46
Diffstat (limited to 'build-aux/m4/ax_boost_base.m4')
-rw-r--r--build-aux/m4/ax_boost_base.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/build-aux/m4/ax_boost_base.m4 b/build-aux/m4/ax_boost_base.m4
index d540395763..16fa69b41f 100644
--- a/build-aux/m4/ax_boost_base.m4
+++ b/build-aux/m4/ax_boost_base.m4
@@ -33,7 +33,7 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 45
+#serial 47
# example boost program (need to pass version)
m4_define([_AX_BOOST_BASE_PROGRAM],
@@ -113,6 +113,7 @@ AC_DEFUN([_AX_BOOST_BASE_RUNDETECT],[
dnl are found, e.g. when only header-only libraries are installed!
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],[libsubdirs="lib64 lib lib64"],
[libsubdirs="lib"]
)