gcc: bump to 13.3.0, add recent patches from buildtools repository

rename DBX_REGISTER_NUMBER to DEBUGGER_REGNO, should fix issue https://github.com/KapiX/Koder/issues/147
This commit is contained in:
Jerome Duval
2024-06-10 22:35:10 +02:00
parent 7dadf0cb1e
commit 888f378bf0
2 changed files with 380 additions and 196 deletions

View File

@@ -5,11 +5,11 @@ HOMEPAGE="https://gcc.gnu.org/"
COPYRIGHT="1988-2023 Free Software Foundation, Inc."
LICENSE="GNU GPL v3
GNU LGPL v3"
REVISION="3"
REVISION="1"
gccVersion="${portVersion%%_*}"
SOURCE_URI="https://ftpmirror.gnu.org/gcc/gcc-$gccVersion/gcc-$gccVersion.tar.xz
https://ftp.gnu.org/gnu/gcc/gcc-$gccVersion/gcc-$gccVersion.tar.xz"
CHECKSUM_SHA256="e275e76442a6067341a27f04c5c6b83d8613144004c0413528863dc6b5c743da"
CHECKSUM_SHA256="0845e9621c9543a13f484e94584a49ffc0129970e9914624235fc1d061a0c083"
SOURCE_DIR="gcc-$gccVersion"
PATCHES="gcc-$portVersion.patchset"