* update x86_64-pc-linux-gnu-gcc-stage1 to 14.2.1+r730+gc061ad5a36ba-1

This commit is contained in:
Alexander Baldeck 2025-02-05 19:10:09 +01:00
parent 6bb080ac89
commit 086727c060
2 changed files with 40 additions and 3 deletions

View File

@ -0,0 +1,32 @@
pkgbase = x86_64-pc-linux-gnu-gcc-stage1
pkgdesc = The GNU Compiler Collection. Stage 1 for toolchain building (x86_64-pc-linux-gnu)
pkgver = 14.2.1+r730+gc061ad5a36ba
pkgrel = 1
url = http://gcc.gnu.org
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = GPL
license = LGPL
license = FDL
license = custom
makedepends = git
depends = x86_64-pc-linux-gnu-binutils
depends = libmpc
depends = zlib
depends = libisl
options = !debug
options = !emptydirs
options = !strip
source = git+https://sourceware.org/git/gcc.git#commit=c061ad5a36ba0c07d3d9d82a85aebb887def759d
source = gcc11-Wno-format-security.patch
validpgpkeys = F3691687D867B81B51CE07D9BBE43771487328A9
validpgpkeys = 86CFFCA918CF3AF47147588051E8B148A9999C34
validpgpkeys = 13975A70E63C361C73AE69EF6EEB81F8981C74C7
validpgpkeys = D3A93CAD751C2AF4F8C7AD516C35B99309B5FA62
sha256sums = b85f812c76b339a69a17e6e4ad04b03d2c6ed6bc4c632ac1d30d87cd9b382d8b
sha256sums = 504e4b5a08eb25b6c35f19fdbe0c743ae4e9015d0af4759e74150006c283585e
pkgname = x86_64-pc-linux-gnu-gcc-stage1

View File

@ -8,8 +8,8 @@
_target=x86_64-pc-linux-gnu
pkgname=${_target}-gcc-stage1
pkgver=14.1.1+r150+g789f05536df
_commit=789f05536df8fcea58cc3ccede4b2383e17b8be1
pkgver=14.2.1+r730+gc061ad5a36ba
_commit=c061ad5a36ba0c07d3d9d82a85aebb887def759d
pkgrel=1
pkgdesc="The GNU Compiler Collection. Stage 1 for toolchain building (${_target})"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -24,9 +24,14 @@ validpgpkeys=(F3691687D867B81B51CE07D9BBE43771487328A9 # bpiotrowski@archlinux.
86CFFCA918CF3AF47147588051E8B148A9999C34 # evangelos@foutrelis.com
13975A70E63C361C73AE69EF6EEB81F8981C74C7 # richard.guenther@gmail.com
D3A93CAD751C2AF4F8C7AD516C35B99309B5FA62) # Jakub Jelinek <jakub@redhat.com>
sha256sums=('187c930e1a02ab09425d3331125068384540df95fd401193bbf92192e39291f0'
sha256sums=('b85f812c76b339a69a17e6e4ad04b03d2c6ed6bc4c632ac1d30d87cd9b382d8b'
'504e4b5a08eb25b6c35f19fdbe0c743ae4e9015d0af4759e74150006c283585e')
pkgver() {
cd gcc
echo "$(cat gcc/BASE-VER)+$(git describe --abbrev=12 --tags | sed 's/[^-]*-[^-]*-//;s/[^-]*-/r&/;s/-/+/g;s/_/./')"
}
prepare() {
[[ ! -d gcc ]] && ln -s gcc-${pkgver/+/-} gcc
cd gcc