profiles: introduce XBPS_{,TARGET_}{ENDIAN,LIBC}
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>
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
# Cross build profile for ppc64 little-endian GNU.
|
||||
XBPS_TARGET_ENDIAN=le
|
||||
XBPS_TARGET_LIBC=glibc
|
||||
XBPS_TARGET_WORDSIZE=64
|
||||
XBPS_TARGET_MACHINE="ppc64le"
|
||||
XBPS_TARGET_QEMU_MACHINE="ppc64le"
|
||||
|
||||
Reference in New Issue
Block a user