summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthias Diener <matthias.diener@gmail.com>2021-07-02 12:36:10 -0500
committerDave Watson <dade.watson@gmail.com>2021-07-06 11:51:12 -0700
commit0af7e7a53480ce8e1cf6cfb4e9fe071c1185ef31 (patch)
treee47f6eebed8277330a0057ff9013db1d58269f48 /configure.ac
parent31738a984dbce13583ce52101ae8fc0058166b9c (diff)
downloadlibunwind-0af7e7a53480ce8e1cf6cfb4e9fe071c1185ef31.tar.gz
Don't force {exec_prefix}/lib64 libdir on ppc64
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 9fadc163..0dec4ca6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -215,12 +215,6 @@ fi
AM_CONDITIONAL(USE_DWARF, [test x$use_dwarf = xyes])
AC_MSG_RESULT([$use_dwarf])
-if test x$target_arch = xppc64; then
- libdir='${exec_prefix}/lib64'
- AC_MSG_NOTICE([PowerPC64 detected, lib will be installed ${libdir}]);
- AC_SUBST([libdir])
-fi
-
AC_MSG_CHECKING([whether to restrict build to remote support])
if test x$target_arch != x$host_arch; then
CPPFLAGS="${CPPFLAGS} -DUNW_REMOTE_ONLY"