1234567891011121314151617 |
- #
- # x32: x86-64 ABI using 32-bit integers, longs and pointers.
- #
- kernel_arch=x86_64
- libc_arch=x32
- libSuffix=x32
- multilib_options="--with-multilib-list=mx32"
- gcc_options="--with-abi=x32"
- target=x86_64-x32-${VENDOR}linux-musl
- # Define architecture for the package manager
- package_arch=x32
|