Date: Saturday, June 7, 2014 @ 06:54:35 Author: anatolik Revision: 112779
upgpkg: arm-none-eabi-gcc 4.9.0-3 Use gcc snapshots, the same was as 'gcc' does. Modified: arm-none-eabi-gcc/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-06-06 22:29:19 UTC (rev 112778) +++ PKGBUILD 2014-06-07 04:54:35 UTC (rev 112779) @@ -4,7 +4,7 @@ _target=arm-none-eabi pkgname=$_target-gcc pkgver=4.9.0 -pkgrel=2 +pkgrel=3 _snapshot=4.9-20140604 _newlibver=2.1.0 pkgdesc='The GNU Compiler Collection - cross compiler for ARM EABI (bare-metal) target' @@ -11,8 +11,8 @@ arch=(i686 x86_64) url='http://gcc.gnu.org/' license=(GPL LGPL FDL) -depends=(cloog libmpc zlib) -makedepends=($_target-binutils gmp mpfr) +depends=($_target-binutils cloog libmpc zlib) +makedepends=(gmp mpfr) #checkdepends=(dejagnu) options=(!emptydirs !strip staticlibs) source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.bz2
