osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/libusrp/+/36977?usp=email )
Change subject: m4/ax_boost_base.m4: Fix debian multiarch_libsubdir path for armv8l
......................................................................
m4/ax_boost_base.m4: Fix debian multiarch_libsubdir path for armv8l
Similar to previous patch 6b18a317 ("m4/ax_boost_base.m4: Fix debian
multiarch_libsubdir path for arch armv7l"), add armv8l to fix the path
detection there.
Related: OS#5873
Change-Id: I40d8830f22a130c84b6381ea844b75d638f1c279
---
M m4/ax_boost_base.m4
1 file changed, 15 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libusrp refs/changes/77/36977/1
diff --git a/m4/ax_boost_base.m4 b/m4/ax_boost_base.m4
index 7b8190a..7e3fd5d 100644
--- a/m4/ax_boost_base.m4
+++ b/m4/ax_boost_base.m4
@@ -124,6 +124,7 @@
AS_CASE([${host_cpu}],
[i?86],[multiarch_libsubdir="lib/i386-${host_os}"],
[armv7l],[multiarch_libsubdir="lib/arm-${host_os}"],
+ [armv8l],[multiarch_libsubdir="lib/arm-${host_os}"],
[multiarch_libsubdir="lib/${host_cpu}-${host_os}"]
)
--
To view, visit
https://gerrit.osmocom.org/c/libusrp/+/36977?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libusrp
Gerrit-Branch: master
Gerrit-Change-Id: I40d8830f22a130c84b6381ea844b75d638f1c279
Gerrit-Change-Number: 36977
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange