[vlc-commits] bootstrap: fix aarch64 HOST recognition
    Thomas Guillem 
    git at videolan.org
       
    Wed Feb 11 19:30:00 CET 2015
    
    
  
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Wed Feb 11 10:49:31 2015 +0100| [d0fca170ce1b4352a1ad19cbdbbd4d7c29d07dc2] | committer: Jean-Baptiste Kempf
bootstrap: fix aarch64 HOST recognition
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d0fca170ce1b4352a1ad19cbdbbd4d7c29d07dc2
---
 contrib/bootstrap |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/bootstrap b/contrib/bootstrap
index d803717..4d2b826a 100755
--- a/contrib/bootstrap
+++ b/contrib/bootstrap
@@ -258,7 +258,7 @@ case "${OS}" in
 			*arm*)
 			add_make "PLATFORM_SHORT_ARCH := arm"
 			;;
-			*arm64*)
+			*arm64*|*aarch64*)
 			add_make "PLATFORM_SHORT_ARCH := arm64"
 			;;
 			*i686*)
    
    
More information about the vlc-commits
mailing list