diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-27 04:38:22 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-27 04:59:12 +0200 |
commit | 017f130ccd253d918101cf82799741e3b6948f15 (patch) | |
tree | 8edcabee3d9cb55bd78d08f4babcdd85e65ffe69 /toolchain/gcc | |
parent | 6d2e6298362c64557afe676c492b4047b984726e (diff) |
gcc/binutils: update ARC toolchain
Diffstat (limited to 'toolchain/gcc')
-rw-r--r-- | toolchain/gcc/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Makefile.inc b/toolchain/gcc/Makefile.inc index fc35d15a5..e88b0ed10 100644 --- a/toolchain/gcc/Makefile.inc +++ b/toolchain/gcc/Makefile.inc @@ -99,7 +99,7 @@ DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz LIBSTDCXXVER:= 20 endif ifeq ($(ADK_TOOLCHAIN_GCC_ARC),y) -PKG_VERSION:= arc-2023.09 +PKG_VERSION:= arc-2024.12 PKG_GIT:= tag PKG_SITES:= https://github.com/foss-for-synopsys-dwc-arc-processors/gcc.git PKG_RELEASE:= 1 |