[vlc-devel] [PATCH 3/3] contrib: Map armv*-* triplets to ARCH=arm
Martin Storsjö
martin at martin.st
Thu Jan 4 22:17:29 CET 2018
For armv7 mingw setups, the triplet currently used is armv7-w64-mingw32.
---
contrib/src/get-arch.sh | 3 +++
1 file changed, 3 insertions(+)
diff --git a/contrib/src/get-arch.sh b/contrib/src/get-arch.sh
index 801d6b2..3431779 100755
--- a/contrib/src/get-arch.sh
+++ b/contrib/src/get-arch.sh
@@ -10,6 +10,9 @@ case "$HOST" in
amd64-*)
ARCH="x86_64"
;;
+ armv*-*)
+ ARCH="arm"
+ ;;
i[3456]86-*|x86-*)
ARCH="i386"
;;
--
2.7.4
More information about the vlc-devel
mailing list