diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-02-27 10:46:24 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-02-27 10:46:31 +0100 |
commit | b1971e9a61762667a679368ed172c5f37449bc88 (patch) | |
tree | af485a9175cf849892a2040597f287a34933eafc /target/config | |
parent | 1e0cc0b4604e7745c30a37ad1b0a54a3816deff8 (diff) |
add ARC to newlib supported architectures
Diffstat (limited to 'target/config')
-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 bae463b7d..febc7f2b4 100644 --- a/target/config/Config.in.libc +++ b/target/config/Config.in.libc @@ -56,6 +56,7 @@ config ADK_TARGET_LIB_NEWLIB select ADK_TARGET_WITHOUT_THREADS depends on \ ADK_TARGET_ARCH_AARCH64 || \ + ADK_TARGET_ARCH_ARC || \ ADK_TARGET_ARCH_ARM || \ ADK_TARGET_ARCH_BFIN || \ ADK_TARGET_ARCH_CRIS || \ |