summaryrefslogtreecommitdiff
path: root/config/libc/uClibc.in
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2016-09-20 01:50:08 (GMT)
committerAlexey Neyman <stilor@att.net>2016-10-05 00:47:15 (GMT)
commit8121be5b217d1b354db856f8c4ca1b94ce7cffd4 (patch)
tree1e9a33c146483ffe26d07d316f5d77f230baf9af /config/libc/uClibc.in
parent03730997ae01710a55988d6129d937c21eb24608 (diff)
Fix m68k with uClibc-ng >= 1.0.15.
1.0.15 only kept a single LINUXTHREADS option, and renamed it, making it no longer option-compatible with uClibc. The option for "1.0.14 or later" version of uClibc-ng is not currently used; rename it to "1.0.15 or later" and use it to handle newer uClibc-ng's linuxthreads. m68k happens to be the only sample using linuxthreads. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/libc/uClibc.in')
-rw-r--r--config/libc/uClibc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in
index 3a76a42..14564ba 100644
--- a/config/libc/uClibc.in
+++ b/config/libc/uClibc.in
@@ -78,7 +78,7 @@ choice
config LIBC_UCLIBC_NG_V_1_0_17
bool
prompt "1.0.17"
- select LIBC_UCLIBC_NG_1_0_14_or_later
+ select LIBC_UCLIBC_NG_1_0_15_or_later
config LIBC_UCLIBC_V_0_9_33_2
bool
@@ -96,7 +96,7 @@ config LIBC_VERSION
endif # ! LIBC_UCLIBC_CUSTOM
-config LIBC_UCLIBC_NG_1_0_14_or_later
+config LIBC_UCLIBC_NG_1_0_15_or_later
bool
select LIBC_UCLIBC_NG_1_0_0_or_later