Typos in linuxthreads/posix config values.

Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
Alexey Neyman 2017-01-21 11:49:52 -08:00
parent 8c2e76ccb8
commit f4a611b9cb

View File

@ -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