mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-10 17:13:51 +02:00
My first attempt was not working at all. Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
5 lines
214 B
Bash
5 lines
214 B
Bash
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"
|