summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-05-27 17:38:22 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2024-05-27 17:38:22 +0200
commit446b66306f03a4e0861df775fe80b99c142513ea (patch)
treef47230b5eb5c56b27bba654ee53df0e5d565c336
parentd7516b653567d1d15d2fcce8d9ef07452b6cdcb5 (diff)
xtensa: update to xtensa-fdpic-abi-spec-1.3
-rw-r--r--package/busybox/config/networking/Config.in2
-rw-r--r--target/config/Config.in.binutils2
-rw-r--r--target/config/Config.in.compiler2
-rw-r--r--toolchain/binutils/Makefile.inc2
-rw-r--r--toolchain/gcc/Makefile.inc2
5 files changed, 5 insertions, 5 deletions
diff --git a/package/busybox/config/networking/Config.in b/package/busybox/config/networking/Config.in
index 341092334..5e0ea5819 100644
--- a/package/busybox/config/networking/Config.in
+++ b/package/busybox/config/networking/Config.in
@@ -872,7 +872,7 @@ config BUSYBOX_SSL_CLIENT
This tool pipes data to/from a socket, TLS-encrypting it.
config BUSYBOX_TC
bool "tc (8.3 kb)"
- default y
+ default n
help
Show / manipulate traffic control settings
diff --git a/target/config/Config.in.binutils b/target/config/Config.in.binutils
index 9c04a1ff7..ef512dc56 100644
--- a/target/config/Config.in.binutils
+++ b/target/config/Config.in.binutils
@@ -60,7 +60,7 @@ config ADK_TOOLCHAIN_BINUTILS_KVX
depends on ADK_TARGET_ARCH_KVX
config ADK_TOOLCHAIN_BINUTILS_XTENSA
- bool "xtensa-fdpic-abi-spec-1.2"
+ bool "xtensa-fdpic-abi-spec-1.3"
depends on ADK_TARGET_ARCH_XTENSA
endchoice
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler
index c0220da11..3f434043c 100644
--- a/target/config/Config.in.compiler
+++ b/target/config/Config.in.compiler
@@ -123,7 +123,7 @@ config ADK_TOOLCHAIN_GCC_KVX
depends on ADK_TARGET_ARCH_KVX
config ADK_TOOLCHAIN_GCC_XTENSA
- bool "xtensa-fdpic-abi-spec-1.2"
+ bool "xtensa-fdpic-abi-spec-1.3"
depends on ADK_TARGET_ARCH_XTENSA
endchoice
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