diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-04-03 15:28:15 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-04-03 15:28:36 -0500 |
commit | 67b8b43f6d34c2a06eb7c06be481b7fd5fb11829 (patch) | |
tree | 8c04ba8bf47bb3a8276a8e771ffbaec68b82c150 /target/config | |
parent | 21b8f713db4b71cdf1e329afb3372aadec88f1e7 (diff) |
disable uClibc
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.libc.choice | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/config/Config.in.libc.choice b/target/config/Config.in.libc.choice index 9a892d889..f45f86591 100644 --- a/target/config/Config.in.libc.choice +++ b/target/config/Config.in.libc.choice @@ -51,6 +51,7 @@ config ADK_TARGET_LIB_GLIBC config ADK_TARGET_LIB_UCLIBC bool "uClibc embedded C library" select ADK_uclibc + depends on ADK_BROKEN depends on \ !ADK_TARGET_ARCH_AARCH64 && \ !ADK_TARGET_ARCH_ALPHA && \ |