diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-05-18 18:17:59 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-05-18 18:17:59 +0200 |
commit | 0950409b45f581d6bedd354d0bf4d9957e446709 (patch) | |
tree | 1c1bd90c2f25918400abe107789630db12ec6e37 /target/config | |
parent | 362bd31a15a6fb071368de1aad45a65c7c149775 (diff) |
add experimental musl xtensa support
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.libc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc index 3b80d5337..75b72873a 100644 --- a/target/config/Config.in.libc +++ b/target/config/Config.in.libc @@ -50,7 +50,8 @@ config ADK_TARGET_LIB_MUSL ADK_TARGET_ARCH_PPC64 || \ ADK_TARGET_ARCH_SH || \ ADK_TARGET_ARCH_X86 || \ - ADK_TARGET_ARCH_X86_64) && ADK_TARGET_OS_LINUX + ADK_TARGET_ARCH_X86_64 || \ + ADK_TARGET_ARCH_XTENSA) && ADK_TARGET_OS_LINUX help http://musl-libc.org |