summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorwang-bin <wbsecg1@gmail.com>2017-12-15 15:05:13 +0800
committerMichael Niedermayer <michael@niedermayer.cc>2017-12-16 18:21:58 +0100
commitdc08caa8f727fe32b55eaaaf6771b14f1bed92a0 (patch)
tree568721b51bdef7b364f7d5fac0c9b50ea0150076 /configure
parentee2dfa34a25e0c5bf85f464be64e5bc78489abf9 (diff)
configure: fix probing armv6zk
clang reports 6kz: https://reviews.llvm.org/D14568 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index d5bbb5b7a9..6065f01c5c 100755
--- a/configure
+++ b/configure
@@ -4521,6 +4521,7 @@ elif enabled arm; then
elif check_arm_arch 6J; then echo armv6j
elif check_arm_arch 6K; then echo armv6k
elif check_arm_arch 6Z; then echo armv6z
+ elif check_arm_arch 6KZ; then echo armv6zk
elif check_arm_arch 6ZK; then echo armv6zk
elif check_arm_arch 6T2; then echo armv6t2
elif check_arm_arch 7; then echo armv7