diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-02-25 00:17:16 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-02-25 00:17:16 +0100 |
commit | 047c9808b905c34a0a97138e0543fdc2ff687a54 (patch) | |
tree | e0f5233880fc58384c66a940b487e51234b845cc /target/config | |
parent | 0011de4cb7e3a743a5ebd5870ea3402b2d60c972 (diff) |
add newlib aarch64 toolchain support
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 f459c6af2..bae463b7d 100644 --- a/target/config/Config.in.libc +++ b/target/config/Config.in.libc @@ -55,6 +55,7 @@ config ADK_TARGET_LIB_NEWLIB select ADK_TARGET_WITHOUT_CXX select ADK_TARGET_WITHOUT_THREADS depends on \ + ADK_TARGET_ARCH_AARCH64 || \ ADK_TARGET_ARCH_ARM || \ ADK_TARGET_ARCH_BFIN || \ ADK_TARGET_ARCH_CRIS || \ |