Commit dc08caa8 authored by wang-bin's avatar wang-bin Committed by Michael Niedermayer

configure: fix probing armv6zk

clang reports 6kz: https://reviews.llvm.org/D14568Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent ee2dfa34
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment