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:
parent
fd728ab673
commit
ed4cdadcfd
39 changed files with 49 additions and 27 deletions
|
@ -1,5 +1,5 @@
|
|||
# Cross build profile for i686 and Musl libc.
|
||||
|
||||
XBPS_TARGET_WORDSIZE=32
|
||||
XBPS_TARGET_MACHINE="i686-musl"
|
||||
XBPS_TARGET_QEMU_MACHINE="i386"
|
||||
XBPS_CROSS_TRIPLET="i686-linux-musl"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue