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

Anatol Pomozov anatolik at archlinux.org
Wed Oct 3 18:29:32 UTC 2018


    Date: Wednesday, October 3, 2018 @ 18:29:32
  Author: anatolik
Revision: 389282

upgpkg: aarch64-linux-gnu-gcc 8.2.0-2

FS#60144: add libstdc++ static library

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

----------+
 PKGBUILD |   17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-03 18:00:03 UTC (rev 389281)
+++ PKGBUILD	2018-10-03 18:29:32 UTC (rev 389282)
@@ -3,9 +3,9 @@
 _target=aarch64-linux-gnu
 pkgname=$_target-gcc
 pkgver=8.2.0
-_islver=0.19
-pkgrel=1
-#_snapshot=7-20180125
+_islver=0.20
+pkgrel=2
+_snapshot=8-20180928
 pkgdesc='The GNU Compiler Collection - cross compiler for ARM64 target'
 arch=(x86_64)
 url='https://gcc.gnu.org/'
@@ -12,13 +12,12 @@
 license=(GPL LGPL FDL)
 depends=($_target-binutils $_target-glibc libmpc zlib)
 makedepends=(gmp mpfr)
-options=(!emptydirs !strip)
-source=(https://ftp.gnu.org/gnu/gcc/gcc-$pkgver/gcc-$pkgver.tar.xz{,.sig}
-        #https://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.xz
+options=(!emptydirs !strip staticlibs)
+source=(#https://ftp.gnu.org/gnu/gcc/gcc-$pkgver/gcc-$pkgver.tar.xz{,.sig}
+        https://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.xz
         http://isl.gforge.inria.fr/isl-$_islver.tar.bz2)
-sha256sums=('196c3c04ba2613f893283977e6011b2345d1cd1af9abeac58e916b1aab3e0080'
-            'SKIP'
-            'd59726f34f7852a081fbd3defd1ab2136f174110fc2e0c8d10bb122173fa9ed8')
+sha256sums=('33d24f9a9ca3bff8c99d3cadbe3b089bc3e5c255b944cc98266544baa0602a6f'
+            'b587e083eb65a8b394e833dea1744f21af3f0e413a448c17536b5549ae42a4c2')
 validpgpkeys=(33C235A34C46AA3FFB293709A328C3A2C3C45C06) # Jakub Jelinek <jakub at redhat.com>
 
 if [ -n "$_snapshot" ]; then



More information about the arch-commits mailing list