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 ARM EABI5 Hard Float and Musl libc.
|
||||
XBPS_TARGET_ENDIAN=le
|
||||
XBPS_TARGET_LIBC=musl
|
||||
XBPS_TARGET_WORDSIZE=32
|
||||
XBPS_TARGET_MACHINE="armv6l-musl"
|
||||
XBPS_TARGET_QEMU_MACHINE="arm"
|
||||
|
||||
Reference in New Issue
Block a user