diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-02-27 11:52:47 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-02-27 20:39:11 +0100 |
commit | 466ccd2cda8a77d91e68f9561423187f0fb00f37 (patch) | |
tree | 2b9d9d9e3d108d8709127abb93378455619a86c5 | |
parent | b82f0654234afc6278d55888c10ed9996a5db1a6 (diff) |
add NIOS2 to newlib supported architectures
-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 f36e0eac7..6e0f06f6c 100644 --- a/target/config/Config.in.libc +++ b/target/config/Config.in.libc @@ -65,6 +65,7 @@ config ADK_TARGET_LIB_NEWLIB ADK_TARGET_ARCH_LM32 || \ ADK_TARGET_ARCH_MICROBLAZE || \ ADK_TARGET_ARCH_MIPS || \ + ADK_TARGET_ARCH_NIOS2 || \ ADK_TARGET_ARCH_MOXIE || \ ADK_TARGET_ARCH_NDS32 || \ ADK_TARGET_ARCH_OR1K || \ |