From 073188173a3307763d097279fc4dd45ff51a7549 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sat, 8 Nov 2014 22:18:37 +0000 Subject: [PATCH] core/gcc update --- core/gcc/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/gcc/PKGBUILD b/core/gcc/PKGBUILD index 359ab128c..7fe31f80b 100644 --- a/core/gcc/PKGBUILD +++ b/core/gcc/PKGBUILD @@ -65,7 +65,7 @@ prepare() { patch -p1 -i ${srcdir}/gcc-4.8-filename-output.patch # ALARM: Specify build host types, triplet patch - [[ $CARCH == "arm" ]] && CONFIGFLAG="--host=armv5tel-unknown-linux-gnueabi --build=armv5tel-unknown-linux-gnueabi" + [[ $CARCH == "arm" ]] && CONFIGFLAG="--host=armv5tel-unknown-linux-gnueabi --build=armv5tel-unknown-linux-gnueabi --with-arch=armv5te --with-float=soft" [[ $CARCH == "armv6h" ]] && CONFIGFLAG="--host=armv6l-unknown-linux-gnueabihf --build=armv6l-unknown-linux-gnueabihf --with-arch=armv6 --with-float=hard --with-fpu=vfp" [[ $CARCH == "armv7h" ]] && CONFIGFLAG="--host=armv7l-unknown-linux-gnueabihf --build=armv7l-unknown-linux-gnueabihf --with-arch=armv7-a --with-float=hard --with-fpu=vfpv3-d16"