common/profiles: introduce XBPS_{,TARGET_}WORDSIZE
The host and target word size can be used to determine whether cross compiling certain packages is possible.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Cross build profile for ppc64 little-endian GNU.
|
||||
|
||||
XBPS_TARGET_WORDSIZE=64
|
||||
XBPS_TARGET_MACHINE="ppc64le"
|
||||
XBPS_TARGET_QEMU_MACHINE="ppc64le"
|
||||
XBPS_CROSS_TRIPLET="powerpc64le-linux-gnu"
|
||||
|
||||
Reference in New Issue
Block a user