ed4cdadcfd
The host and target word size can be used to determine whether cross compiling certain packages is possible.
6 lines
231 B
Bash
6 lines
231 B
Bash
XBPS_WORDSIZE=32
|
|
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"
|