From c85787ebf92dd67a97d6be12290e5ca47b1f5704 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 26 Apr 2016 09:40:51 +0200 Subject: [PATCH] cross-profiles: mipselhf-musl: set XBPS_TARGET_MACHINE to mipselhf-musl. ... otherwise the triplet in gcc does not match. --- common/cross-profiles/mipselhf-musl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/cross-profiles/mipselhf-musl.sh b/common/cross-profiles/mipselhf-musl.sh index e1592ebc05d..cc29b860aba 100644 --- a/common/cross-profiles/mipselhf-musl.sh +++ b/common/cross-profiles/mipselhf-musl.sh @@ -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"