mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-10 00:53:51 +02:00
6 lines
214 B
Bash
6 lines
214 B
Bash
# Cross build profile for MIPS32 BE soft float.
|
|
|
|
XBPS_TARGET_ARCH="mips-musl"
|
|
XBPS_CROSS_TRIPLET="mips-linux-musl"
|
|
XBPS_CROSS_CFLAGS="-mtune=mips32r2 -mabi=32 -msoft-float"
|
|
XBPS_CROSS_CXXFLAGS="$XBPS_CROSS_CFLAGS"
|