diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-07-12 02:55:02 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-07-12 02:55:02 +0200 |
commit | 7d8ba84d57c16ae98211e95e45d1b0702df7a29e (patch) | |
tree | 869169e130a7f01c989d86ce19e3f8b3d0e722ae /toolchain/gcc | |
parent | 82b2e6278160df1475829c0bc25cbaae058553ba (diff) |
gcc: update to 13.3.0
Diffstat (limited to 'toolchain/gcc')
-rw-r--r-- | toolchain/gcc/Makefile.inc | 4 | ||||
-rw-r--r-- | toolchain/gcc/patches/13.4.0/csky.patch (renamed from toolchain/gcc/patches/13.3.0/csky.patch) | 0 | ||||
-rw-r--r-- | toolchain/gcc/patches/13.4.0/nios2-softfp.patch (renamed from toolchain/gcc/patches/13.3.0/nios2-softfp.patch) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/gcc/Makefile.inc b/toolchain/gcc/Makefile.inc index dba6b9a6e..588dfa322 100644 --- a/toolchain/gcc/Makefile.inc +++ b/toolchain/gcc/Makefile.inc @@ -19,8 +19,8 @@ DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz LIBSTDCXXVER:= 30 endif ifeq ($(ADK_TOOLCHAIN_GCC_13),y) -PKG_VERSION:= 13.3.0 -PKG_HASH:= 3a2b10cab86e32358fdac871546d57e2700e9bdb5875ef33fff5b601265b9e32 +PKG_VERSION:= 13.4.0 +PKG_HASH:= bf0baf3e570c9c74c17c8201f0196c6924b4bd98c90e69d6b2ac0cd823f33bbc PKG_SITES:= ${MASTER_SITE_GNU:=gcc/gcc-${PKG_VERSION}/} PKG_RELEASE:= 1 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz diff --git a/toolchain/gcc/patches/13.3.0/csky.patch b/toolchain/gcc/patches/13.4.0/csky.patch index ee352951b..ee352951b 100644 --- a/toolchain/gcc/patches/13.3.0/csky.patch +++ b/toolchain/gcc/patches/13.4.0/csky.patch diff --git a/toolchain/gcc/patches/13.3.0/nios2-softfp.patch b/toolchain/gcc/patches/13.4.0/nios2-softfp.patch index c677c6c2f..c677c6c2f 100644 --- a/toolchain/gcc/patches/13.3.0/nios2-softfp.patch +++ b/toolchain/gcc/patches/13.4.0/nios2-softfp.patch |