summary refs log tree commit diff
path: root/pkgs/development/compilers/rust/print-hashes.sh
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2018-01-16 14:17:40 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2018-01-16 14:17:40 +0200
commit222f905fd9042f80d4cdef65bb7d2801fdb63429 (patch)
tree5ae0a16e5b044af531df33c04c38f2340296d63e /pkgs/development/compilers/rust/print-hashes.sh
parent1624e32eb08653df82996a78cb4929c4d2ca7f6a (diff)
downloadnixpkgs-222f905fd9042f80d4cdef65bb7d2801fdb63429.tar
nixpkgs-222f905fd9042f80d4cdef65bb7d2801fdb63429.tar.gz
nixpkgs-222f905fd9042f80d4cdef65bb7d2801fdb63429.tar.bz2
nixpkgs-222f905fd9042f80d4cdef65bb7d2801fdb63429.tar.lz
nixpkgs-222f905fd9042f80d4cdef65bb7d2801fdb63429.tar.xz
nixpkgs-222f905fd9042f80d4cdef65bb7d2801fdb63429.tar.zst
nixpkgs-222f905fd9042f80d4cdef65bb7d2801fdb63429.zip
rustc: Supports ARMv7
Diffstat (limited to 'pkgs/development/compilers/rust/print-hashes.sh')
-rwxr-xr-xpkgs/development/compilers/rust/print-hashes.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/compilers/rust/print-hashes.sh b/pkgs/development/compilers/rust/print-hashes.sh
index dc7e3719355..7eb00a30ad7 100755
--- a/pkgs/development/compilers/rust/print-hashes.sh
+++ b/pkgs/development/compilers/rust/print-hashes.sh
@@ -10,6 +10,7 @@ set -euo pipefail
 PLATFORMS=(
   i686-unknown-linux-gnu
   x86_64-unknown-linux-gnu
+  armv7-unknown-linux-gnueabihf
   aarch64-unknown-linux-gnu
   i686-apple-darwin
   x86_64-apple-darwin