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=armv7-a -mfpu=vfpv3 -mfloat-abi=hard"
XBPS_TARGET_CXXFLAGS="$XBPS_CXXFLAGS"
XBPS_TARGET_FFLAGS=""
XBPS_TRIPLET="armv7l-linux-musleabihf"
XBPS_RUST_TARGET="armv7-unknown-linux-musleabihf"