Skip to content

Commit

Permalink
cargo: use armv7l target
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Rasmus Thomsen committed Oct 9, 2018
1 parent 9b2d88d commit 78e5d17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions srcpkgs/cargo/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'cargo'
pkgname=cargo
version=0.30.0
revision=1
revision=2
hostmakedepends="rust python curl cmake pkg-config"
makedepends="libcurl-devel libgit2-devel"
depends="rust"
Expand Down Expand Up @@ -45,8 +45,8 @@ case $XBPS_TARGET_MACHINE in
x86_64-musl) _host_triplet=x86_64-unknown-linux-musl;;
armv6l) _host_triplet=arm-unknown-linux-gnueabihf;;
armv6l-musl) _host_triplet=arm-unknown-linux-musleabihf;;
armv7l) _host_triplet=armv7-unknown-linux-gnueabihf;;
armv7l-musl) _host_triplet=armv7-unknown-linux-musleabihf;;
armv7l) _host_triplet=armv7l-unknown-linux-gnueabihf;;
armv7l-musl) _host_triplet=armv7l-unknown-linux-musleabihf;;
aarch64) _host_triplet=aarch64-unknown-linux-gnu;;
aarch64-musl) _host_triplet=aarch64-unknown-linux-musl;;
*) broken="Please add your triplet to the cargo template!";;
Expand Down

0 comments on commit 78e5d17

Please sign in to comment.