{main,cross}/gcc{4,6}*: bump pkgrel

Rebuild all other GCC packages against mpfr4, so they don't fail with:

Error loading shared library libmpfr.so.4: No such file or directory (needed by /usr/gcc4/libexec/gcc/x86_64-alpine-linux-musl/4.9.2/cc1)

[ci:skip-build]: won't finish in time
Related: 2b32ed3a48786fa151cad8f920e5d9997bee94ed in Alpine's aports.git
This commit is contained in:
Oliver Smith 2019-09-11 21:30:32 +02:00
parent de2b9a33b4
commit e72aad5dba
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
8 changed files with 8 additions and 8 deletions

View File

@ -25,7 +25,7 @@ _cross_configure="--disable-bootstrap --with-sysroot=/usr/$CTARGET"
pkgname="gcc4-aarch64"
pkgver=9999
_pkgver=4.9.2
pkgrel=1
pkgrel=2
pkgdesc="Stage2 cross-compiler for aarch64"
url="http://gcc.gnu.org"
arch="x86_64"

View File

@ -25,7 +25,7 @@ _cross_configure="--disable-bootstrap --with-sysroot=/usr/$CTARGET"
pkgname="gcc4-armhf"
pkgver=9999
_pkgver=4.9.2
pkgrel=1
pkgrel=2
pkgdesc="Stage2 cross-compiler for armhf"
url="http://gcc.gnu.org"
arch="x86_64"

View File

@ -25,7 +25,7 @@ _cross_configure="--disable-bootstrap --with-sysroot=/usr/$CTARGET"
pkgname="gcc4-armv7"
pkgver=9999
_pkgver=4.9.2
pkgrel=1
pkgrel=2
pkgdesc="Stage2 cross-compiler for armv7"
url="http://gcc.gnu.org"
arch="x86_64"

View File

@ -25,7 +25,7 @@ _cross_configure="--disable-bootstrap --with-sysroot=/usr/$CTARGET"
pkgname="gcc6-aarch64"
pkgver=9999
_pkgver=6.4.0
pkgrel=6
pkgrel=7
pkgdesc="Stage2 cross-compiler for aarch64"
url="http://gcc.gnu.org"
arch="x86_64"

View File

@ -25,7 +25,7 @@ _cross_configure="--disable-bootstrap --with-sysroot=/usr/$CTARGET"
pkgname="gcc6-armhf"
pkgver=9999
_pkgver=6.4.0
pkgrel=6
pkgrel=7
pkgdesc="Stage2 cross-compiler for armhf"
url="http://gcc.gnu.org"
arch="x86_64"

View File

@ -25,7 +25,7 @@ _cross_configure="--disable-bootstrap --with-sysroot=/usr/$CTARGET"
pkgname="gcc6-armv7"
pkgver=9999
_pkgver=6.4.0
pkgrel=6
pkgrel=7
pkgdesc="Stage2 cross-compiler for armv7"
url="http://gcc.gnu.org"
arch="x86_64"

View File

@ -1,7 +1,7 @@
pkgname=gcc4
pkgver=9999
_pkgver=4.9.2
pkgrel=1
pkgrel=2
pkgdesc="Old GCC for old vendor kernels (C compiler only)"
url="http://gcc.gnu.org"
arch="all"

View File

@ -1,7 +1,7 @@
pkgname=gcc6
pkgver=9999
_pkgver=6.4.0
pkgrel=6
pkgrel=7
pkgdesc="Old GCC for old vendor kernels (C compiler only)"
url="http://gcc.gnu.org"
arch="all"