cross-profiles: added mipselhf-musl cross target.
This commit is contained in:
parent
4d1531e11d
commit
e890d87070
1 changed files with 6 additions and 0 deletions
6
common/cross-profiles/mipselhf-musl.sh
Normal file
6
common/cross-profiles/mipselhf-musl.sh
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
# Cross build profile for MIPS32 LE hardfloat.
|
||||||
|
|
||||||
|
XBPS_TARGET_ARCH="mipsel-musl"
|
||||||
|
XBPS_CROSS_TRIPLET="mipsel-linux-muslhf"
|
||||||
|
XBPS_CROSS_CFLAGS="-mtune=mips32r2 -mabi=32 -mhard-float"
|
||||||
|
XBPS_CROSS_CXXFLAGS="$XBPS_CROSS_CFLAGS"
|
Loading…
Reference in a new issue