diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-02 23:34:37 -0600 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-02 23:34:53 -0600 |
| commit | aa419b2a267620647212a1616fad2b499f5fb6c6 (patch) | |
| tree | 9e79912ad8166f531a462bbd0f3a207252c160be /target/config/Config.in.libc.default | |
| parent | 0daac82c3849cd3b5a4bd5cd0d9169ce0ca4e958 (diff) | |
add some fixes and inrastructure for arm nommu support
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 80f933575..7e2316cd4 100644 --- a/target/config/Config.in.libc.default +++ b/target/config/Config.in.libc.default @@ -33,6 +33,8 @@ config ADK_LIBC_VERSION config ADK_TARGET_WITH_NPTL boolean + default n if ADK_TARGET_LIB_UCLIBC_NG && ADK_TARGET_ARCH_ARM && ADK_TARGET_UCLINUX + default n if ADK_TARGET_LIB_UCLIBC && ADK_TARGET_ARCH_ARM && ADK_TARGET_UCLINUX default n if ADK_TARGET_LIB_UCLIBC_NG && ADK_TARGET_ARCH_AVR32 default n if ADK_TARGET_LIB_UCLIBC && ADK_TARGET_ARCH_AVR32 default n if ADK_TARGET_LIB_UCLIBC_NG && ADK_TARGET_ARCH_CRIS |
