mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
Typos in linuxthreads/posix config values.
Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
8c2e76ccb8
commit
f4a611b9cb
@ -55,8 +55,8 @@ choice
|
||||
bool
|
||||
prompt "Threading implementation to use:"
|
||||
default THREADS_NATIVE if LIBC_SUPPORT_THREADS_NATIVE
|
||||
default THREADS_THREADS_LT if LIBC_SUPPORT_THREADS_LT
|
||||
default THREADS_THREADS_POSIX if LIBC_SUPPORT_THREADS_POSIX
|
||||
default THREADS_LT if LIBC_SUPPORT_THREADS_LT
|
||||
default THREADS_POSIX if LIBC_SUPPORT_THREADS_POSIX
|
||||
default THREADS_NONE
|
||||
|
||||
config THREADS_NATIVE
|
||||
|
Loading…
Reference in New Issue
Block a user