summaryrefslogtreecommitdiff
path: root/scripts/build
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2016-10-12 18:58:28 (GMT)
committerGitHub <noreply@github.com>2016-10-12 18:58:28 (GMT)
commit91575d02c47e384e381a8a9c83e33814d26799b3 (patch)
tree280cebcd23a2ea54c9c478652ace7fead592ba44 /scripts/build
parent339b83c3939296e54f5366439a19861372bad9b9 (diff)
parentdf5a341e592fe162999ed9be6da3fb67eb885f12 (diff)
Merge branch 'master' into static-libgcc-more-fixes
Diffstat (limited to 'scripts/build')
-rw-r--r--scripts/build/libc/uClibc.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/build/libc/uClibc.sh b/scripts/build/libc/uClibc.sh
index 47e135b..be8d6bf 100644
--- a/scripts/build/libc/uClibc.sh
+++ b/scripts/build/libc/uClibc.sh
@@ -377,6 +377,11 @@ manage_uClibc_config() {
case "${CT_THREADS}:${CT_LIBC_UCLIBC_LNXTHRD}" in
none:)
;;
+ linuxthreads:)
+ # Newer version of uClibc-ng, no old/new dichotomy
+ CT_KconfigEnableOption "UCLIBC_HAS_THREADS" "${dst}"
+ CT_KconfigEnableOption "UCLIBC_HAS_LINUXTHREADS" "${dst}"
+ ;;
linuxthreads:old)
CT_KconfigEnableOption "UCLIBC_HAS_THREADS" "${dst}"
CT_KconfigEnableOption "LINUXTHREADS_OLD" "${dst}"