diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-10 18:27:49 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-10 18:27:49 +0100 |
commit | 2942da6030f89422ea0c13109737d629f104a5c0 (patch) | |
tree | 7f2356ec5ce8047e31f49d6de0bccd7a1cfc2a99 /target/config | |
parent | eb42b93fa70a93a26e1fda16523ddadf29286eb5 (diff) |
newlib: remove old xtensa fork
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.libc | 7 |
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" |