diff mbox

[FFmpeg-devel,03/14] configure: fix probing armv6zk

Message ID 20171215070513.34722-1-wbsecg1@gmail.com
State Accepted
Commit dc08caa8f727fe32b55eaaaf6771b14f1bed92a0
Headers show

Commit Message

Wang Bin Dec. 15, 2017, 7:05 a.m. UTC
From: wang-bin <wbsecg1@gmail.com>

clang reports 6kz: https://reviews.llvm.org/D14568
---
 configure | 1 +
 1 file changed, 1 insertion(+)

Comments

Michael Niedermayer Dec. 16, 2017, 5:23 p.m. UTC | #1
On Fri, Dec 15, 2017 at 03:05:13PM +0800, wbsecg1@gmail.com wrote:
> From: wang-bin <wbsecg1@gmail.com>
> 
> clang reports 6kz: https://reviews.llvm.org/D14568
> ---
>  configure | 1 +
>  1 file changed, 1 insertion(+)

will apply

thanks

[...]
diff mbox

Patch

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