cross/gcc-*: upgrade to 12.2.1_git20220924-r8
This commit is contained in:
parent
c3669975e9
commit
2bcb2246ce
4 changed files with 4 additions and 4 deletions
|
@ -32,7 +32,7 @@ pkgver=${_pkgbase}_git$_pkgsnap
|
|||
[ "$CHOST" != "$CTARGET" ] && _target="-$CTARGET_ARCH" || _target=""
|
||||
|
||||
pkgname=gcc-aarch64
|
||||
pkgrel=7
|
||||
pkgrel=8
|
||||
pkgdesc="Stage2 cross-compiler for aarch64"
|
||||
url="https://gcc.gnu.org"
|
||||
arch="x86_64"
|
||||
|
|
|
@ -32,7 +32,7 @@ pkgver=${_pkgbase}_git$_pkgsnap
|
|||
[ "$CHOST" != "$CTARGET" ] && _target="-$CTARGET_ARCH" || _target=""
|
||||
|
||||
pkgname=gcc-armhf
|
||||
pkgrel=7
|
||||
pkgrel=8
|
||||
pkgdesc="Stage2 cross-compiler for armhf"
|
||||
url="https://gcc.gnu.org"
|
||||
arch="x86_64"
|
||||
|
|
|
@ -32,7 +32,7 @@ pkgver=${_pkgbase}_git$_pkgsnap
|
|||
[ "$CHOST" != "$CTARGET" ] && _target="-$CTARGET_ARCH" || _target=""
|
||||
|
||||
pkgname=gcc-armv7
|
||||
pkgrel=7
|
||||
pkgrel=8
|
||||
pkgdesc="Stage2 cross-compiler for armv7"
|
||||
url="https://gcc.gnu.org"
|
||||
arch="x86_64"
|
||||
|
|
|
@ -32,7 +32,7 @@ pkgver=${_pkgbase}_git$_pkgsnap
|
|||
[ "$CHOST" != "$CTARGET" ] && _target="-$CTARGET_ARCH" || _target=""
|
||||
|
||||
pkgname=gcc-riscv64
|
||||
pkgrel=7
|
||||
pkgrel=8
|
||||
pkgdesc="Stage2 cross-compiler for riscv64"
|
||||
url="https://gcc.gnu.org"
|
||||
arch="x86_64"
|
||||
|
|
Loading…
Reference in a new issue