ltrace/bugfix-0001-ltrace-0.7.91-aarch64_be-compile-support.patch
2020-02-21 02:22:29 +08:00

13 lines
351 B
Diff

diff --git a/configure.ac b/configure.ac
index 6853a0b..78faeed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,6 +41,7 @@AC_SUBST(HOST_OS)
case "${host_cpu}" in
arm*|sa110) HOST_CPU="arm" ;;
+ aarch64_be) HOST_CPU="aarch64" ;;
cris*) HOST_CPU="cris" ;;
mips*) HOST_CPU="mips" ;;
powerpc|powerpc64) HOST_CPU="ppc" ;;