* update gcc to 14.2.1+r134+gab884fffe3fc-2.1

This commit is contained in:
Alexander Baldeck 2024-09-26 14:28:03 +02:00
parent cfe3103809
commit 5ec40c2ecc

View File

@ -16,7 +16,7 @@ case ${CARCH} in
esac
pkgver=14.2.1+r134+gab884fffe3fc
_commit=ab884fffe3fc82a710bea66ad651720d71c938b8
pkgrel=2
pkgrel=2.1
pkgdesc='The GNU Compiler Collection'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
license=(GPL-3.0-with-GCC-exception GFDL-1.3-or-later)
@ -50,7 +50,7 @@ checkdepends=(
python-pytest
tcl
)
options=(!emptydirs !lto)
options=(!debug !emptydirs !lto)
_libdir=usr/lib/gcc/$CHOST/${pkgver%%+*}
source=(git+https://sourceware.org/git/gcc.git#commit=${_commit}
c89 c99
@ -131,7 +131,7 @@ build() {
powerpc64le)
_confflags+=(
--enable-lto
--with-build-config=bootstrap-lto
--with-build-config=bootstrap-lto-lean
--enable-multilib
)
extra_lang=",ada"