diff options
-rw-r--r-- | target/config/Config.in.compiler | 2 | ||||
-rw-r--r-- | toolchain/gcc/Makefile.inc | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler index 2b2303c14..07d719a9a 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -44,7 +44,7 @@ config ADK_TOOLCHAIN_GCC_13 depends on !ADK_TARGET_ARCH_METAG config ADK_TOOLCHAIN_GCC_12 - bool "12.3.0" + bool "12.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 523396b0b..df3ead620 100644 --- a/toolchain/gcc/Makefile.inc +++ b/toolchain/gcc/Makefile.inc @@ -19,8 +19,8 @@ DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz LIBSTDCXXVER:= 29 endif ifeq ($(ADK_TOOLCHAIN_GCC_12),y) -PKG_VERSION:= 12.3.0 -PKG_HASH:= 11275aa7bb34cd8ab101d01b341015499f8d9466342a2574ece93f954d92273b +PKG_VERSION:= 12.4.0 +PKG_HASH:= 5a30de2be740062bb3ddd3fd13c9b1bb4584d8f85616d33f23a713439d714148 PKG_SITES:= ${MASTER_SITE_GNU:=gcc/gcc-${PKG_VERSION}/} PKG_RELEASE:= 1 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz |