From d00c6003032bb6435a71333e99021d8643343a3f Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Sat, 11 Dec 2021 15:47:14 -0800 Subject: [PATCH] cross/gcc4*: upgrade to 4.9.2-r3 --- cross/gcc4-aarch64/APKBUILD | 2 +- cross/gcc4-armhf/APKBUILD | 2 +- cross/gcc4-armv7/APKBUILD | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cross/gcc4-aarch64/APKBUILD b/cross/gcc4-aarch64/APKBUILD index 3fadff279..e9217fe0a 100644 --- a/cross/gcc4-aarch64/APKBUILD +++ b/cross/gcc4-aarch64/APKBUILD @@ -26,7 +26,7 @@ _cross_configure="--disable-bootstrap --with-sysroot=/usr/$CTARGET" pkgname=gcc4-aarch64 pkgver=9999 _pkgver=4.9.2 -pkgrel=2 +pkgrel=3 pkgdesc="Stage2 cross-compiler for aarch64" url="http://gcc.gnu.org" arch="x86_64" diff --git a/cross/gcc4-armhf/APKBUILD b/cross/gcc4-armhf/APKBUILD index bdd3f788a..12efd0a3b 100644 --- a/cross/gcc4-armhf/APKBUILD +++ b/cross/gcc4-armhf/APKBUILD @@ -26,7 +26,7 @@ _cross_configure="--disable-bootstrap --with-sysroot=/usr/$CTARGET" pkgname=gcc4-armhf pkgver=9999 _pkgver=4.9.2 -pkgrel=2 +pkgrel=3 pkgdesc="Stage2 cross-compiler for armhf" url="http://gcc.gnu.org" arch="x86_64" diff --git a/cross/gcc4-armv7/APKBUILD b/cross/gcc4-armv7/APKBUILD index 0664e25e8..1ee3a400b 100644 --- a/cross/gcc4-armv7/APKBUILD +++ b/cross/gcc4-armv7/APKBUILD @@ -26,7 +26,7 @@ _cross_configure="--disable-bootstrap --with-sysroot=/usr/$CTARGET" pkgname=gcc4-armv7 pkgver=9999 _pkgver=4.9.2 -pkgrel=2 +pkgrel=3 pkgdesc="Stage2 cross-compiler for armv7" url="http://gcc.gnu.org" arch="x86_64"