aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2021-06-26 00:12:03 -0500
committerMatthew Bauer <mjbauer95@gmail.com>2021-06-26 00:12:03 -0500
commitc906d6530dc52d79f69e65e0447893084a0d4556 (patch)
tree404b780d540ecad8cddbe7d81252746f64feff48 /scripts
parentc3a929349f6c1968285ffff735933772be2f77cb (diff)
Support cross-compiling binaryTarball
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/install.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/install.in b/scripts/install.in
index 39016d161..e801d4268 100755
--- a/scripts/install.in
+++ b/scripts/install.in
@@ -40,6 +40,16 @@ case "$(uname -s).$(uname -m)" in
path=@tarballPath_aarch64-linux@
system=aarch64-linux
;;
+ Linux.armv6l_linux)
+ hash=@tarballHash_armv6l-linux@
+ path=@tarballPath_armv6l-linux@
+ system=armv6l-linux
+ ;;
+ Linux.armv7l_linux)
+ hash=@tarballHash_armv7l-linux@
+ path=@tarballPath_armv7l-linux@
+ system=armv7l-linux
+ ;;
Darwin.x86_64)
hash=@tarballHash_x86_64-darwin@
path=@tarballPath_x86_64-darwin@