diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-05-07 14:16:17 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-05-07 14:16:17 +0200 |
commit | 31948fad637feec581c61da5ae60a3e7894a9c3d (patch) | |
tree | 0a3a3a833271ebb2810f66fb2d9b0f68f3e0f1ac /toolchain/binutils | |
parent | d52fef6e7f2d466b80e99589137dcbc6144fd955 (diff) |
xtensa: update to xtensa-fdpic-abi-spec-1.2
Diffstat (limited to 'toolchain/binutils')
-rw-r--r-- | toolchain/binutils/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/binutils/Makefile.inc b/toolchain/binutils/Makefile.inc index 15c945c2c..e58f739cf 100644 --- a/toolchain/binutils/Makefile.inc +++ b/toolchain/binutils/Makefile.inc @@ -66,7 +66,7 @@ PKG_SITES:= ${MASTER_SITE_GNU:=binutils/} DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2 endif ifeq ($(ADK_TOOLCHAIN_BINUTILS_XTENSA),y) -PKG_VERSION:= xtensa-fdpic-abi-spec-1.1 +PKG_VERSION:= xtensa-fdpic-abi-spec-1.2 PKG_GIT:= tag PKG_RELEASE:= 1 PKG_SITES:= https://github.com/jcmvbkbc/binutils-gdb-xtensa.git |