]> git.sesse.net Git - vlc/commitdiff
bootstrap: fix aarch64 HOST recognition
authorThomas Guillem <thomas@gllm.fr>
Wed, 11 Feb 2015 09:49:31 +0000 (10:49 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 11 Feb 2015 18:29:49 +0000 (19:29 +0100)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
contrib/bootstrap

index d8037174f91d1d56249576d2328b05ada96c306d..4d2b826a86fe2c823fccb6febcaf3a5e75a3db7e 100755 (executable)
@@ -258,7 +258,7 @@ case "${OS}" in
                        *arm*)
                        add_make "PLATFORM_SHORT_ARCH := arm"
                        ;;
-                       *arm64*)
+                       *arm64*|*aarch64*)
                        add_make "PLATFORM_SHORT_ARCH := arm64"
                        ;;
                        *i686*)