[arch-commits] Commit in aarch64-linux-gnu-gcc/trunk (PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Fri Mar 24 03:25:45 UTC 2017


    Date: Friday, March 24, 2017 @ 03:25:44
  Author: anatolik
Revision: 218570

FS#53423 do not hardcode AS and LD tool names

bump gcc version to the latest snapshot

Modified:
  aarch64-linux-gnu-gcc/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-24 03:19:55 UTC (rev 218569)
+++ PKGBUILD	2017-03-24 03:25:44 UTC (rev 218570)
@@ -2,10 +2,10 @@
 
 _target=aarch64-linux-gnu
 pkgname=$_target-gcc
-pkgver=6.3.0
+pkgver=6.3.1
 _islver=0.18
 pkgrel=1
-_snapshot=6-20161222
+_snapshot=6-20170323
 pkgdesc='The GNU Compiler Collection - cross compiler for ARM64 target'
 arch=(i686 x86_64)
 url='http://gcc.gnu.org/'
@@ -16,7 +16,7 @@
 source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.bz2
         ftp://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.bz2
         http://isl.gforge.inria.fr/isl-$_islver.tar.bz2)
-sha256sums=('452ce56bc0481318c83d49eac20da19d980f2ecc3b7084a040ff5f56e41fc732'
+sha256sums=('1765fe2bcae1a163d5adf1a090dc173640c690c82f35aaf65d983441989f8375'
             '6b8b0fd7f81d0a957beb3679c81bbb34ccc7568d5682844d8924424a0dadcb1b')
 
 if [ -n "$_snapshot" ]; then
@@ -57,8 +57,6 @@
       --with-local-prefix=/usr/$_target \
       --with-sysroot=/usr/$_target \
       --with-build-sysroot=/usr/$_target \
-      --with-as=/usr/bin/${_target}-as \
-      --with-ld=/usr/bin/${_target}-ld \
       --libdir=/usr/lib --libexecdir=/usr/lib \
       --target=$_target --host=$CHOST --build=$CHOST \
       --disable-nls \



More information about the arch-commits mailing list