From c01d549deafb55fa3224efb418d0779d40f8792f Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Sat, 11 Dec 2021 15:47:41 -0800 Subject: [PATCH] cross/gcc6*: upgrade to 6.4.0-r8 --- cross/gcc6-aarch64/APKBUILD | 2 +- cross/gcc6-armhf/APKBUILD | 2 +- cross/gcc6-armv7/APKBUILD | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cross/gcc6-aarch64/APKBUILD b/cross/gcc6-aarch64/APKBUILD index 66d185950..6a39035ca 100644 --- a/cross/gcc6-aarch64/APKBUILD +++ b/cross/gcc6-aarch64/APKBUILD @@ -26,7 +26,7 @@ _cross_configure="--disable-bootstrap --with-sysroot=/usr/$CTARGET" pkgname=gcc6-aarch64 pkgver=9999 _pkgver=6.4.0 -pkgrel=7 +pkgrel=8 pkgdesc="Stage2 cross-compiler for aarch64" url="http://gcc.gnu.org" arch="x86_64" diff --git a/cross/gcc6-armhf/APKBUILD b/cross/gcc6-armhf/APKBUILD index 150a8cc37..913f66a98 100644 --- a/cross/gcc6-armhf/APKBUILD +++ b/cross/gcc6-armhf/APKBUILD @@ -26,7 +26,7 @@ _cross_configure="--disable-bootstrap --with-sysroot=/usr/$CTARGET" pkgname=gcc6-armhf pkgver=9999 _pkgver=6.4.0 -pkgrel=7 +pkgrel=8 pkgdesc="Stage2 cross-compiler for armhf" url="http://gcc.gnu.org" arch="x86_64" diff --git a/cross/gcc6-armv7/APKBUILD b/cross/gcc6-armv7/APKBUILD index 9ae892a4a..dddfa9fc1 100644 --- a/cross/gcc6-armv7/APKBUILD +++ b/cross/gcc6-armv7/APKBUILD @@ -26,7 +26,7 @@ _cross_configure="--disable-bootstrap --with-sysroot=/usr/$CTARGET" pkgname=gcc6-armv7 pkgver=9999 _pkgver=6.4.0 -pkgrel=7 +pkgrel=8 pkgdesc="Stage2 cross-compiler for armv7" url="http://gcc.gnu.org" arch="x86_64"