Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77testing2.git;a=commitdiff;h=ff524377841c0f50e90b9a3d807d7957a89a89a3
commit ff524377841c0f50e90b9a3d807d7957a89a89a3 Author: James Buren <[email protected]> Date: Thu Jul 31 08:14:31 2014 -0500 gcc-4.8.3-2-x86_64 * try to fix gcchost setting on ARM * an old workaround appears to no longer be necessary * however, retain it and only apply if it appears needed diff --git a/source/devel/gcc/FrugalBuild b/source/devel/gcc/FrugalBuild index 3a4289a..39cd632 100644 --- a/source/devel/gcc/FrugalBuild +++ b/source/devel/gcc/FrugalBuild @@ -24,7 +24,7 @@ Fuse $USE_OBJC && USE_CXX="y" pkgname=gcc pkgver=4.8.3 -pkgrel=1 +pkgrel=2 pkgdesc="The GNU Compiler Collection" url="http://gcc.gnu.org" depends=('binutils>=2.18.50.0.8-3' 'glibc>=2.8-2' 'libmpc>=1.0.2' 'cloog>=0.18.1' 'zlib') @@ -192,7 +192,7 @@ build() Fln ../usr/bin/cpp /lib/cpp gcchost="$CHOST" - if [ "$CARCH" == "arm" ]; then + if [[ "$CARCH" == "arm" && ! "$CHOST" =~ -gnueabi$ ]]; then gcchost="$CHOST-gnueabi" fi _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
