
The host and target word size can be used to determine whether cross compiling certain packages is possible.
7 lines
190 B
Bash
7 lines
190 B
Bash
XBPS_WORDSIZE=32
|
|
XBPS_TARGET_CFLAGS="-mtune=i686"
|
|
XBPS_TARGET_CXXFLAGS="$XBPS_TARGET_CFLAGS"
|
|
XBPS_TARGET_FFLAGS=""
|
|
XBPS_TRIPLET="i686-pc-linux-gnu"
|
|
XBPS_RUST_TARGET="i686-unknown-linux-gnu"
|