diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-13 05:32:45 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-13 05:32:51 +0100 |
commit | 9ce0683145795cdb3d35f0cd764e4765cc127f13 (patch) | |
tree | f67c7f1a306993ec1f7217747ea60ea80afcbb3e /target | |
parent | d4670f2669b973a017f9f6a9edd9d6fb517bd7d4 (diff) |
allow x86_64 newlib toolchain building
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.libc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc index 8e49ed0b6..009b327a2 100644 --- a/target/config/Config.in.libc +++ b/target/config/Config.in.libc @@ -114,6 +114,7 @@ config ADK_TARGET_LIB_NEWLIB ADK_TARGET_ARCH_SPARC64 || \ ADK_TARGET_ARCH_V850 || \ ADK_TARGET_ARCH_X86 || \ + ADK_TARGET_ARCH_X86_64 || \ ADK_TARGET_ARCH_XTENSA) && ADK_TARGET_OS_BAREMETAL help https://sourceware.org/newlib/ |