From f97d657ff01ed77e9920d364dd58689873509a87 Mon Sep 17 00:00:00 2001 From: Robin ALEXANDER Date: Sun, 23 Jan 2022 09:12:04 +0100 Subject: Add armv7l on multi-arch paths --- m4/ax_boost_base.m4 | 1 + 1 file changed, 1 insertion(+) diff --git a/m4/ax_boost_base.m4 b/m4/ax_boost_base.m4 index 16fa69b..7b8190a 100644 --- a/m4/ax_boost_base.m4 +++ b/m4/ax_boost_base.m4 @@ -123,6 +123,7 @@ AC_DEFUN([_AX_BOOST_BASE_RUNDETECT],[ dnl are almost assuredly the ones desired. AS_CASE([${host_cpu}], [i?86],[multiarch_libsubdir="lib/i386-${host_os}"], + [armv7l],[multiarch_libsubdir="lib/arm-${host_os}"], [multiarch_libsubdir="lib/${host_cpu}-${host_os}"] ) -- cgit v1.2.3 From 13d0b07430c3493b466c069858868920618fbfc0 Mon Sep 17 00:00:00 2001 From: Robin ALEXANDER Date: Sun, 23 Jan 2022 09:35:21 +0100 Subject: Raspberry Pi no longer needs --with-boost-libdir --- INSTALL.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index daaad91..8cd1c76 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -54,10 +54,6 @@ that did not yet make its way into a release, you can clone the % ./configure -* On a Raspberry Pi and other ARM systems you might need - - % ./configure --with-boost-libdir=/usr/lib/arm-linux-gnueabihf - * Build ODR-DabMux % make -- cgit v1.2.3