From 0950409b45f581d6bedd354d0bf4d9957e446709 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 18 May 2016 18:17:59 +0200 Subject: add experimental musl xtensa support --- target/config/Config.in.libc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'target/config/Config.in.libc') 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 -- cgit v1.2.3