diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-06-19 19:31:38 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-06-22 20:56:49 +0200 |
commit | 5dc35a42dc54a0da149f5cd4ade7427e0cef1fa4 (patch) | |
tree | 012e993fc9e233057ddf330c14f67b5cfb05c642 | |
parent | eebe468beb1e190402554c2008e313f2e3e08964 (diff) |
or1k: allow to experiment with glibc port
-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 422e96fd0..abeacb70f 100644 --- a/target/config/Config.in.libc +++ b/target/config/Config.in.libc @@ -67,6 +67,7 @@ config ADK_TARGET_LIB_GLIBC ADK_TARGET_ARCH_MIPS || \ ADK_TARGET_ARCH_MIPS64 || \ ADK_TARGET_ARCH_NIOS2 || \ + ADK_TARGET_ARCH_OR1K || \ ADK_TARGET_ARCH_PPC || \ ADK_TARGET_ARCH_PPC64 || \ ADK_TARGET_ARCH_S390 || \ |