diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-05-27 17:38:22 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-05-27 17:38:22 +0200 |
commit | 446b66306f03a4e0861df775fe80b99c142513ea (patch) | |
tree | f47230b5eb5c56b27bba654ee53df0e5d565c336 /toolchain/gcc/Makefile.inc | |
parent | d7516b653567d1d15d2fcce8d9ef07452b6cdcb5 (diff) |
xtensa: update to xtensa-fdpic-abi-spec-1.3
Diffstat (limited to 'toolchain/gcc/Makefile.inc')
-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 fd4c366e3..455e89bd4 100644 --- a/toolchain/gcc/Makefile.inc +++ b/toolchain/gcc/Makefile.inc @@ -114,7 +114,7 @@ PKG_RELEASE:= 1 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz endif ifeq ($(ADK_TOOLCHAIN_GCC_XTENSA),y) -PKG_VERSION:= xtensa-fdpic-abi-spec-1.2 +PKG_VERSION:= xtensa-fdpic-abi-spec-1.3 PKG_GIT:= tag PKG_SITES:= https://github.com/jcmvbkbc/gcc-xtensa.git PKG_RELEASE:= 1 |