diff options
author | hyc <hyc@symas.com> | 2017-04-26 03:04:07 +0100 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-05-14 15:23:34 -0700 |
commit | a6e11562c46d9228ad70a84f7f0031b342078944 (patch) | |
tree | c7935787103c255dc6b3c5281fc60d79f44f6c71 /config/libc | |
parent | 8762c7698cc380d33042fa9e0b8ee9704a842281 (diff) | |
download | crosstool-ng-a6e11562c46d9228ad70a84f7f0031b342078944.tar.gz crosstool-ng-a6e11562c46d9228ad70a84f7f0031b342078944.tar.bz2 crosstool-ng-a6e11562c46d9228ad70a84f7f0031b342078944.zip |
Tweaks for bionic/TLS
Diffstat (limited to 'config/libc')
-rw-r--r-- | config/libc/bionic.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/libc/bionic.in b/config/libc/bionic.in index 20697add..b6b7af58 100644 --- a/config/libc/bionic.in +++ b/config/libc/bionic.in @@ -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" |