Browse Source

configure: fix probing armv6zk

clang reports 6kz: https://reviews.llvm.org/D14568

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n4.0
wang-bin Michael Niedermayer 7 years ago
parent
commit
dc08caa8f7
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      configure

+ 1
- 0
configure View File

@@ -4521,6 +4521,7 @@ elif enabled arm; then
elif check_arm_arch 6J; then echo armv6j elif check_arm_arch 6J; then echo armv6j
elif check_arm_arch 6K; then echo armv6k elif check_arm_arch 6K; then echo armv6k
elif check_arm_arch 6Z; then echo armv6z 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 6ZK; then echo armv6zk
elif check_arm_arch 6T2; then echo armv6t2 elif check_arm_arch 6T2; then echo armv6t2
elif check_arm_arch 7; then echo armv7 elif check_arm_arch 7; then echo armv7


Loading…
Cancel
Save