summaryrefslogtreecommitdiff
path: root/target/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-02-10 18:27:49 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-02-10 18:27:49 +0100
commit2942da6030f89422ea0c13109737d629f104a5c0 (patch)
tree7f2356ec5ce8047e31f49d6de0bccd7a1cfc2a99 /target/config
parenteb42b93fa70a93a26e1fda16523ddadf29286eb5 (diff)
newlib: remove old xtensa fork
Diffstat (limited to 'target/config')
-rw-r--r--target/config/Config.in.libc7
1 files changed, 1 insertions, 6 deletions
diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc
index ef851089a..ce244eac2 100644
--- a/target/config/Config.in.libc
+++ b/target/config/Config.in.libc
@@ -174,12 +174,7 @@ config ADK_TARGET_LIB_MUSL_GIT
config ADK_TARGET_LIB_NEWLIB_4_4_0
bool "4.4.0"
- depends on ADK_TARGET_LIB_NEWLIB \
- && !ADK_TARGET_ARCH_XTENSA
-
-config ADK_TARGET_LIB_NEWLIB_XTENSA
- bool "xtensa"
- depends on ADK_TARGET_LIB_NEWLIB && ADK_TARGET_ARCH_XTENSA
+ depends on ADK_TARGET_LIB_NEWLIB
config ADK_TARGET_LIB_NEWLIB_GIT
bool "git"