From 7ceca394c538c920cd5c29d5e64644a6df01cf47 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 18 Jan 2014 10:04:41 +0100 Subject: [PATCH] cross-profiles/armv7.sh: use cross-arm-linux-gnueabihf7 pkg. --- common/cross-profiles/armv7.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/cross-profiles/armv7.sh b/common/cross-profiles/armv7.sh index 42d3ab39ab7..0bebb311638 100644 --- a/common/cross-profiles/armv7.sh +++ b/common/cross-profiles/armv7.sh @@ -1,7 +1,7 @@ # Cross build profile for ARMv7 GNU EABI Hard Float. XBPS_TARGET_ARCH="armv7l" -XBPS_CROSS_TRIPLET="arm-linux-gnueabihf" +XBPS_CROSS_TRIPLET="arm-linux-gnueabihf7" XBPS_CFLAGS="-O2 -pipe" XBPS_CXXFLAGS="$XBPS_CFLAGS" XBPS_CROSS_CFLAGS="-march=armv7-a -mfpu=vfpv3 -mfloat-abi=hard"