build-profiles: set XBPS_RUST_TARGET

This commit is contained in:
Rasmus Thomsen 2018-10-12 02:21:13 +02:00 committed by Enno Boland
parent 9141df9698
commit 45030a9b15
10 changed files with 10 additions and 0 deletions

View file

@ -2,3 +2,4 @@ XBPS_TARGET_CFLAGS="-march=armv8-a"
XBPS_TARGET_CXXFLAGS="$XBPS_TARGET_CFLAGS"
XBPS_TARGET_FFLAGS=""
XBPS_TRIPLET="aarch64-unknown-linux-musl"
XBPS_RUST_TARGET="$XBPS_TRIPLET"