From 2f3537525a8d9cf1157651bee73cf329c6e5fa9e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 7 Sep 2014 09:06:53 +0200 Subject: [PATCH] cross-profiles/armv7hf.sh: switch to the arm-linux-gnueabihf7 cross compiler. --- common/cross-profiles/armv7hf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/cross-profiles/armv7hf.sh b/common/cross-profiles/armv7hf.sh index fe738c1f24c..c6b1519d501 100644 --- a/common/cross-profiles/armv7hf.sh +++ b/common/cross-profiles/armv7hf.sh @@ -1,7 +1,7 @@ # Cross build profile for ARMv7 GNU EABI Hard Float. XBPS_TARGET_ARCH="armv7l" -XBPS_CROSS_TRIPLET="armv7l-linux-gnueabihf" +XBPS_CROSS_TRIPLET="arm-linux-gnueabihf7" XBPS_CFLAGS="-O2 -pipe -fstack-protector-strong" XBPS_CXXFLAGS="$XBPS_CFLAGS" XBPS_CROSS_CFLAGS="-march=armv7-a -mfpu=vfpv3 -mfloat-abi=hard"