summaryrefslogtreecommitdiff
path: root/target/config/Config.in.libc.default
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-02-18 23:38:27 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2015-02-18 23:40:22 -0600
commit51131c29643b1f2be84ae9dac73931abaa44432c (patch)
treea499acd186c5fdc58fc9d283a574dd781c7ba879 /target/config/Config.in.libc.default
parent552b54c30339ed78ef37a35d27f2e8c226b9814d (diff)
add support for uClibc-ng git master
Add new configs for uClibc-ng master. New symbol UCLIBC_HAS_LINUXTHREADS added. LT.new is removed in master, only LT.old and NPTL exist. CLeanup MMU/NPTL/LT support symbols. Tested with toolchain building for all supported architectures.
Diffstat (limited to 'target/config/Config.in.libc.default')
-rw-r--r--target/config/Config.in.libc.default22
1 files changed, 6 insertions, 16 deletions
diff --git a/target/config/Config.in.libc.default b/target/config/Config.in.libc.default
index 67ef70ecc..cf218f96c 100644
--- a/target/config/Config.in.libc.default
+++ b/target/config/Config.in.libc.default
@@ -13,6 +13,12 @@ config ADK_glibc
config ADK_musl
bool
+config ADK_TARGET_WITH_LT
+ bool
+
+config ADK_TARGET_WITH_NPTL
+ bool
+
config ADK_TARGET_LIBC
string
default "uclibc-ng" if ADK_uclibc_ng
@@ -32,22 +38,6 @@ config ADK_LIBC_VERSION
ADK_TARGET_LIB_MUSL_GIT || \
ADK_TARGET_LIB_GLIBC_GIT
-config ADK_TARGET_WITH_NPTL
- bool
- 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
- default n if ADK_TARGET_LIB_UCLIBC && ADK_TARGET_ARCH_CRIS
- default n if ADK_TARGET_LIB_UCLIBC_NG && ADK_TARGET_ARCH_M68K
- default n if ADK_TARGET_LIB_UCLIBC && ADK_TARGET_ARCH_M68K
- default n if ADK_TARGET_LIB_UCLIBC_NG && ADK_TARGET_ARCH_C6X
- default n if ADK_TARGET_LIB_UCLIBC && ADK_TARGET_ARCH_C6X
- default n if ADK_TARGET_LIB_UCLIBC_NG && ADK_TARGET_ARCH_MICROBLAZE
- default n if ADK_TARGET_LIB_UCLIBC && ADK_TARGET_ARCH_MICROBLAZE
- default y
-
config ADK_TARGET_SUFFIX
string
default "gnueabihf" if ADK_TARGET_LIB_GLIBC && ADK_arm && ADK_hard_float