9b3203401d
Provide new environment variables for simplifaction of template checks: ...ENDIAN defines the (target) machine's endianness: "le" or "be". ...LIBC defines the (target) machine's C library: "glibc" or "musl". Closes: #13356 Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
8 lines
256 B
Bash
8 lines
256 B
Bash
XBPS_ENDIAN=be
|
|
XBPS_LIBC=glibc
|
|
XBPS_WORDSIZE=64
|
|
XBPS_TARGET_CFLAGS="-mcpu=970 -mtune=power9 -maltivec -mabi=elfv2"
|
|
XBPS_TARGET_CXXFLAGS="$XBPS_TARGET_CFLAGS"
|
|
XBPS_TARGET_FFLAGS=""
|
|
XBPS_TRIPLET="powerpc64-unknown-linux-gnu"
|
|
XBPS_RUST_TARGET="$XBPS_TRIPLET"
|