diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-02-11 20:42:57 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-02-12 14:04:02 +0100 |
commit | 64164ed655dfa14ee6e7ecace6ce51ec41f48c44 (patch) | |
tree | 23ddbffdf7e723805f4c83a3e0b2b593e9008337 /target/config | |
parent | 5b90f2fb3a56f722d9fe8c974b14bb4f31b51f7d (diff) |
disable utils in some cases
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.libc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc index 7562357ab..d649df303 100644 --- a/target/config/Config.in.libc +++ b/target/config/Config.in.libc @@ -186,6 +186,12 @@ config ADK_TARGET_SUPPORTS_NPTL config ADK_TARGET_SUPPORTS_LT bool +config ADK_TARGET_LIBC_UTILS + bool + default n if ADK_TARGET_ARCH_LM32 + default n if ADK_TARGET_ARCH_H8300 + default y + config ADK_TARGET_LIBC string default "uclibc-ng" if ADK_TARGET_LIB_UCLIBC_NG |