]> git.pld-linux.org Git - packages/libtool.git/commitdiff
updated multilib patch for aarch64
authorJan Palus <atler@pld-linux.org>
Sun, 19 Sep 2021 12:14:17 +0000 (14:14 +0200)
committerJan Palus <atler@pld-linux.org>
Sun, 19 Sep 2021 12:14:17 +0000 (14:14 +0200)
libtool-multilib.patch

index d02053e46ac7e401db5f63e586ce86c252b69010..ce4dc46d6f6014114d58fe00b4ca5723f0613ad6 100644 (file)
@@ -8,7 +8,7 @@
 +  # Find out which ABI we are using (multilib Linux x86_64 hack).
 +  libsuff=
 +  case "$host_cpu" in
-+  x86_64*|s390x*|powerpc64*|sparc64*)
++  x86_64*|s390x*|powerpc64*|sparc64*|aarch64*)
 +    echo '[#]line __oline__ "configure"' > conftest.$ac_ext
 +    if AC_TRY_EVAL(ac_compile); then
 +      case `/usr/bin/file conftest.$ac_objext` in
This page took 0.230291 seconds and 4 git commands to generate.