diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-03-11 04:00:49 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-03-11 04:01:07 +0100 |
commit | c99a84fd7caca010d8c7af6c15e1f6a3fef0d0bf (patch) | |
tree | f3494ec2af08d5e905137b03239e7577c0cc7f0d /target | |
parent | e9705123927780f61657cad8f20fe0a4c151d202 (diff) |
allow to select nds32 to build uClibc-ng toolchain
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 91cba9769..20039e4d8 100644 --- a/target/config/Config.in.libc +++ b/target/config/Config.in.libc @@ -25,6 +25,7 @@ config ADK_TARGET_LIB_UCLIBC_NG ADK_TARGET_ARCH_MICROBLAZE || \ ADK_TARGET_ARCH_MIPS || \ ADK_TARGET_ARCH_MIPS64 || \ + ADK_TARGET_ARCH_NDS32 || \ ADK_TARGET_ARCH_NIOS2 || \ ADK_TARGET_ARCH_OR1K || \ ADK_TARGET_ARCH_PPC || \ |