summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes2017-08-14 20:44:31 -0400
committerTavian Barnes2017-08-14 20:44:31 -0400
commitd9b3efdc40fd20096c828bfb14a162a08ead283c (patch)
tree4249c56caddae07fa164b144b717cae813a2c02d
parentb6534b8d0e0e4dda54bc5be0f33034b047f5f43e (diff)
downloadaur-d9b3efdc40fd20096c828bfb14a162a08ead283c.tar.gz
Bump to 7.1.1-4
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47d2e7cb1b6d..89caf2d199e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Jul 9 19:51:05 UTC 2017
+# Tue Aug 15 00:44:24 UTC 2017
pkgbase = arm-linux-gnueabihf-gcc-stage2
pkgdesc = The GNU Compiler Collection. Stage 2 for toolchain building (arm-linux-gnueabihf)
pkgver = 7.1.1
- pkgrel = 3
+ pkgrel = 4
url = http://gcc.gnu.org
arch = i686
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = arm-linux-gnueabihf-gcc-stage2
license = LGPL
license = FDL
license = custom
- depends = arm-linux-gnueabihf-binutils>=2.28.0-3
- depends = arm-linux-gnueabihf-glibc-headers>=2.25-5
+ depends = arm-linux-gnueabihf-binutils>=2.28.0-4
+ depends = arm-linux-gnueabihf-glibc-headers>=2.25-7
depends = libmpc
depends = zlib
provides = arm-linux-gnueabihf-gcc-stage1=7.1.1
@@ -21,10 +21,10 @@ pkgbase = arm-linux-gnueabihf-gcc-stage2
options = !emptydirs
options = !distcc
options = !strip
- source = https://github.com/gcc-mirror/gcc/archive/81fc9125b24bba5f2761b7986ff4e3de14740291.tar.gz
+ source = https://github.com/gcc-mirror/gcc/archive/d791474f3fc2133fa0c310e566988b0cbdff321e.tar.gz
source = http://isl.gforge.inria.fr/isl-0.18.tar.bz2
source = Revert-eeb6872bf.patch
- md5sums = 491bb12933ea303bb7313541348032ce
+ md5sums = 22748db692c5e409b7f3fa9482faa9cb
md5sums = 11436d6b205e516635b666090b94ab32
md5sums = e4c9c8b498b04c0f51d219d025ca8407
diff --git a/PKGBUILD b/PKGBUILD
index 3b6f03839aaf..75c847b511ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,13 +9,13 @@ pkgname=${_target}-gcc-stage2
pkgver=7.1.1
_pkgver=${pkgver:0:1}
_islver=0.18
-pkgrel=3
-_commit=81fc9125b24bba5f2761b7986ff4e3de14740291
+pkgrel=4
+_commit=d791474f3fc2133fa0c310e566988b0cbdff321e
pkgdesc="The GNU Compiler Collection. Stage 2 for toolchain building (${_target})"
arch=('i686' 'x86_64')
license=('GPL' 'LGPL' 'FDL' 'custom')
url="http://gcc.gnu.org"
-depends=("${_target}-binutils>=2.28.0-3" "${_target}-glibc-headers>=2.25-5" 'libmpc' 'zlib')
+depends=("${_target}-binutils>=2.28.0-4" "${_target}-glibc-headers>=2.25-7" 'libmpc' 'zlib')
options=('!emptydirs' '!distcc' '!strip')
conflicts=("${_target}-gcc-stage1")
replaces=("${_target}-gcc-stage1")
@@ -23,7 +23,7 @@ provides=("${_target}-gcc-stage1=${pkgver}")
source=(https://github.com/gcc-mirror/gcc/archive/${_commit}.tar.gz
http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2
Revert-eeb6872bf.patch)
-md5sums=('491bb12933ea303bb7313541348032ce'
+md5sums=('22748db692c5e409b7f3fa9482faa9cb'
'11436d6b205e516635b666090b94ab32'
'e4c9c8b498b04c0f51d219d025ca8407')
@@ -84,6 +84,8 @@ build() {
--disable-multilib \
--disable-werror \
--enable-checking=release \
+ --enable-default-pie \
+ --enable-default-ssp \
--target=${_target} \
--host=${CHOST} \
--build=${CHOST} \