Tweaks for bionic/TLS

This commit is contained in:
hyc 2017-04-26 03:04:07 +01:00 committed by Alexey Neyman
parent 8762c7698c
commit a6e11562c4
2 changed files with 4 additions and 1 deletions

View File

@ -94,6 +94,7 @@ config CC_GCC_SYSTEM_ZLIB
config CC_GCC_CONFIG_TLS
tristate
prompt "Configure TLS (Thread Local Storage)"
depends on !LIBC_bionic
default m
help
Specify that the target supports TLS (Thread Local Storage). Usually

View File

@ -5,7 +5,9 @@
##
## select LIBC_SUPPORT_THREADS_POSIX
##
## help Bionic is the Android C library. It is prebuilt.
## help Bionic is the Android C library. It is prebuilt, extracted from the Android NDK.
## help This platform has no TLS (Thread Local Storage) support so that option must be
## help disabled in the Compiler options.
config THREADS
default "posix"