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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Wed Dec 27 09:06:51 UTC 2017


    Date: Wednesday, December 27, 2017 @ 09:06:50
  Author: bpiotrowski
Revision: 313685

7.2.1-3: rebuild against linux-api-headers 4.14.8

Modified:
  gcc/trunk/PKGBUILD

----------+
 PKGBUILD |   22 ++++++++++------------
 1 file changed, 10 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-27 09:04:20 UTC (rev 313684)
+++ PKGBUILD	2017-12-27 09:06:50 UTC (rev 313685)
@@ -9,26 +9,28 @@
 pkgver=7.2.1
 _pkgver=${pkgver:0:1}
 _islver=0.18
-pkgrel=2
+pkgrel=3
 pkgdesc='The GNU Compiler Collection'
 arch=(x86_64)
 license=(GPL LGPL FDL custom)
 url='http://gcc.gnu.org'
-makedepends=(binutils libmpc gcc-ada doxygen git lib32-glibc)
+makedepends=(binutils libmpc gcc-ada doxygen lib32-glibc)
 checkdepends=(dejagnu inetutils)
 options=(!emptydirs)
-_commit=bce1ab0478f96724828df51ccfd43197d917c572
-source=(git+https://gcc.gnu.org/git/gcc.git#commit=${_commit}
+_commit=ddc276644272d8beda88c0daa17624f6675448ad
+#source=(git+https://gcc.gnu.org/git/gcc.git#commit=${_commit}
+source=(https://github.com/gcc-mirror/gcc/archive/${_commit}.tar.gz
         http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2
         c89 c99)
-md5sums=('SKIP'
-         '11436d6b205e516635b666090b94ab32'
-         '3d333df77302ed89e06a4a8539943b7d'
-         'da96f545b863e57c6ab2598c1ea9a740')
+sha256sums=('dd2b0526c3bdfe32aab96965965be5ffc411a0d2301a5319a0c59426f847c744'
+            '6b8b0fd7f81d0a957beb3679c81bbb34ccc7568d5682844d8924424a0dadcb1b'
+            'de48736f6e4153f03d0a5d38ceb6c6fdb7f054e8f47ddd6af0a3dbf14f27b931'
+            '2513c6d9984dd0a2058557bf00f06d8d5181734e41dcfe07be7ed86f2959622a')
 
 _libdir=usr/lib/gcc/$CHOST/$pkgver
 
 prepare() {
+  ln -s gcc-${_commit} gcc
   cd gcc
 
   # link isl for in-tree build
@@ -93,10 +95,6 @@
 check() {
   cd gcc-build
 
-  # increase stack size to prevent test failures
-  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31827
-  ulimit -s 32768
-
   # do not abort on error as some are "expected"
   make -k check || true
   "$srcdir/gcc/contrib/test_summary"



More information about the arch-commits mailing list