cross-profiles: mipselhf-musl: set XBPS_TARGET_MACHINE to mipselhf-musl.

... otherwise the triplet in gcc does not match.
This commit is contained in:
Juan RP 2016-04-26 09:40:51 +02:00
parent 90e4e9f423
commit c85787ebf9

View file

@ -1,6 +1,6 @@
# Cross build profile for MIPS32 LE hardfloat.
XBPS_TARGET_ARCH="mipsel-musl"
XBPS_TARGET_ARCH="mipselhf-musl"
XBPS_CROSS_TRIPLET="mipsel-linux-muslhf"
XBPS_CROSS_CFLAGS="-mtune=mips32r2 -mabi=32 -mhard-float"
XBPS_CROSS_CXXFLAGS="$XBPS_CROSS_CFLAGS"