diff options
-rw-r--r-- | target/config/Config.in.compiler | 2 | ||||
-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 |
4 files changed, 3 insertions, 3 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler index 4dbc75462..e89df2492 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -43,7 +43,7 @@ config ADK_TOOLCHAIN_GCC_14 depends on !ADK_TARGET_ARCH_METAG config ADK_TOOLCHAIN_GCC_13 - bool "13.3.0" + bool "13.4.0" depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_CRIS depends on !ADK_TARGET_ARCH_METAG 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 |