summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/make/configure.sh4
-rwxr-xr-xconfigure1
2 files changed, 5 insertions, 0 deletions
diff --git a/build/make/configure.sh b/build/make/configure.sh
index 32105651f..ec9af5e63 100644
--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -842,6 +842,10 @@ process_common_toolchain() {
# Enable the architecture family
case ${tgt_isa} in
+ arm64 | armv8)
+ enable_feature arm
+ enable_feature aarch64
+ ;;
arm*)
enable_feature arm
;;
diff --git a/configure b/configure
index 890ad3968..20707727e 100755
--- a/configure
+++ b/configure
@@ -243,6 +243,7 @@ CODEC_FAMILIES="
ARCH_LIST="
arm
+ aarch64
mips
x86
x86_64