From 55f7f3ccd731ce38cbd1031112bbb290ed42b504 Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Sat, 11 Dec 2021 19:57:17 -0800 Subject: [PATCH] Revert "cross/gcc4*: upgrade to 4.9.2-r3" This reverts commit d00c6003032bb6435a71333e99021d8643343a3f. They fail to rebuild and I'm not sure why. Reverting for now so that bpo is unblocked. --- 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 e9217fe0a..3fadff279 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=3 +pkgrel=2 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 12efd0a3b..bdd3f788a 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=3 +pkgrel=2 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 1ee3a400b..0664e25e8 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=3 +pkgrel=2 pkgdesc="Stage2 cross-compiler for armv7" url="http://gcc.gnu.org" arch="x86_64"