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
273 B
Bash
8 lines
273 B
Bash
XBPS_ENDIAN=be
|
|
XBPS_LIBC=musl
|
|
XBPS_WORDSIZE=64
|
|
XBPS_TARGET_CFLAGS="-mcpu=970 -mtune=power9 -maltivec -mlong-double-64 -mabi=elfv2"
|
|
XBPS_TARGET_CXXFLAGS="$XBPS_TARGET_CFLAGS"
|
|
XBPS_TARGET_FFLAGS=""
|
|
XBPS_TRIPLET="powerpc64-unknown-linux-musl"
|
|
XBPS_RUST_TARGET="$XBPS_TRIPLET"
|