diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-26 18:24:25 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-26 18:24:45 +0200 |
commit | b71f41a9286d34a9ac3d19a7ffa07208682c27e0 (patch) | |
tree | e5d61f5ca00ebb3bfe4fb8eef52608b09a242cfe /target/config/Config.in.libc.default | |
parent | 85a2d02040f0c755ab4522df3d336ee636e6b757 (diff) |
add support for toolchain building for crisv32 architecture
Diffstat (limited to 'target/config/Config.in.libc.default')
-rw-r--r-- | target/config/Config.in.libc.default | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/config/Config.in.libc.default b/target/config/Config.in.libc.default index 04c6b4204..5f46ea41a 100644 --- a/target/config/Config.in.libc.default +++ b/target/config/Config.in.libc.default @@ -32,6 +32,8 @@ config ADK_LIBC_VERSION config ADK_TARGET_WITH_NPTL boolean + default n if ADK_TARGET_LIB_UCLIBC_NG && ADK_LINUX_CRIS + default n if ADK_TARGET_LIB_UCLIBC && ADK_LINUX_CRIS default n if ADK_TARGET_LIB_UCLIBC_NG && ADK_LINUX_M68K default n if ADK_TARGET_LIB_UCLIBC && ADK_LINUX_M68K default y |