diff options
author | Robin ALEXANDER <colisee@hotmail.com> | 2022-01-23 09:12:04 +0100 |
---|---|---|
committer | Robin ALEXANDER <colisee@hotmail.com> | 2022-01-23 09:12:04 +0100 |
commit | f97d657ff01ed77e9920d364dd58689873509a87 (patch) | |
tree | acda2cdc9c33be517e15f8a529fb54fa94d148e7 /m4/ax_boost_base.m4 | |
parent | d38e4187cdefbb544f74d0b7e0243fdf81726c2d (diff) | |
download | dabmux-f97d657ff01ed77e9920d364dd58689873509a87.tar.gz dabmux-f97d657ff01ed77e9920d364dd58689873509a87.tar.bz2 dabmux-f97d657ff01ed77e9920d364dd58689873509a87.zip |
Add armv7l on multi-arch paths
Diffstat (limited to 'm4/ax_boost_base.m4')
-rw-r--r-- | m4/ax_boost_base.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
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}"] ) |