diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-12-27 20:38:23 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-12-27 20:38:23 +0100 |
commit | 875a1534b28db5c6b67a3dbca6ebf65306de98de (patch) | |
tree | efbb78fac07ab3da061feff137d6a8ab3380cfd5 /target | |
parent | daf6b1594452546be63261de8c7d1e2d53db5743 (diff) |
musl xtensa support is not upstream
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.libc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc index 2ece89667..76c36e044 100644 --- a/target/config/Config.in.libc +++ b/target/config/Config.in.libc @@ -56,8 +56,7 @@ config ADK_TARGET_LIB_MUSL ADK_TARGET_ARCH_S390 || \ ADK_TARGET_ARCH_SH || \ ADK_TARGET_ARCH_X86 || \ - ADK_TARGET_ARCH_X86_64 || \ - ADK_TARGET_ARCH_XTENSA) && ADK_TARGET_OS_LINUX + ADK_TARGET_ARCH_X86_64 ) && ADK_TARGET_OS_LINUX help http://musl-libc.org |