cross-profiles: mipselhf-musl: set XBPS_TARGET_MACHINE to mipselhf-musl.
... otherwise the triplet in gcc does not match.
This commit is contained in:
parent
90e4e9f423
commit
c85787ebf9
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user