Kaydet (Commit) 2d48c52d authored tarafından Caolán McNamara's avatar Caolán McNamara

need to accept ppc64le as a lib64 using platform in ax_boost_base.m4

Change-Id: I86ef068661082addbd165629d3d6905695090a6b
üst aef9d5e6
......@@ -91,7 +91,7 @@ if test "x$want_boost" = "xyes"; then
dnl are found, e.g. when only header-only libraries are installed!
libsubdirs="lib"
ax_arch=`uname -m`
if test $ax_arch = x86_64 -o $ax_arch = ppc64 -o $ax_arch = s390x -o $ax_arch = sparc64 -o $ax_arch = aarch64; then
if test $ax_arch = x86_64 -o $ax_arch = ppc64 -o $ax_arch = ppc64le -o $ax_arch = s390x -o $ax_arch = sparc64 -o $ax_arch = aarch64; then
libsubdirs="lib64 lib lib64"
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment