aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b7c697c..d1638ed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -103,6 +103,13 @@ case "${target_cpu}" in
CANONTARGETGNU=-gnueabi
ARMV7CANONTARGETCPU="armv7hl"
ARMV8CANONTARGETCPU="armv7hl"
+ ;;
+ armv8*)
+ RPMALLARCH="armv7hl"
+ CANONTARGETCPU=armv7hl
+ CANONTARGETGNU=-gnueabi
+ ARMV7CANONTARGETCPU="armv7hl"
+ ARMV8CANONTARGETCPU="armv7hl"
esac
RPMALLARCH="${RPMALLARCH} noarch"
AC_SUBST(RPMALLARCH)