diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-02-08 17:05:43 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-02-08 17:06:03 +0100 |
commit | c116ba7cc55dadd20cba82aca750b551fc7c9f46 (patch) | |
tree | 972b557fb84c7e50e03fb26191bd83fc64b9d23d /toolchain/gcc | |
parent | 0178c43226f548a78a8bd8b449c8146ff06320b5 (diff) |
arc: update toolchain, add support for qemu
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 223db3768..f2cc5b294 100644 --- a/toolchain/gcc/Makefile.inc +++ b/toolchain/gcc/Makefile.inc @@ -51,7 +51,7 @@ DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz LIBSTDCXXVER:= 23 endif ifeq ($(ADK_TOOLCHAIN_GCC_ARC),y) -PKG_VERSION:= arc-2021.09 +PKG_VERSION:= arc-2022.09 PKG_GIT:= tag PKG_SITES:= https://github.com/foss-for-synopsys-dwc-arc-processors/gcc.git PKG_RELEASE:= 1 |