From 446b66306f03a4e0861df775fe80b99c142513ea Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 27 May 2024 17:38:22 +0200 Subject: xtensa: update to xtensa-fdpic-abi-spec-1.3 --- toolchain/binutils/Makefile.inc | 2 +- toolchain/gcc/Makefile.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'toolchain') diff --git a/toolchain/binutils/Makefile.inc b/toolchain/binutils/Makefile.inc index add9768bd..033c8b7ce 100644 --- a/toolchain/binutils/Makefile.inc +++ b/toolchain/binutils/Makefile.inc @@ -73,7 +73,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.2 +PKG_VERSION:= xtensa-fdpic-abi-spec-1.3 PKG_GIT:= tag PKG_RELEASE:= 1 PKG_SITES:= https://github.com/jcmvbkbc/binutils-gdb-xtensa.git 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 -- cgit v1.2.3