cross-profiles: added mipselhf-musl cross target.

This commit is contained in:
Juan RP 2015-07-08 10:29:57 +02:00
parent 4d1531e11d
commit e890d87070
1 changed files with 6 additions and 0 deletions

View 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"