summaryrefslogtreecommitdiff
path: root/config/libc/bionic.in
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-11-30 07:54:11 (GMT)
committerGitHub <noreply@github.com>2017-11-30 07:54:11 (GMT)
commite832b9b220f90b11b893e2815ceb37ec2b708683 (patch)
tree696f267410565b7f20b9b115bdd4d71881cadfed /config/libc/bionic.in
parent1b8d0d2138a7292b6ad546e1c3dcfd1ed495c02f (diff)
parent9fdb93cce0a05e2562522153fe5deba8a9e9ae54 (diff)
Merge pull request #869 from stilor/show-samples
Support custom packages in show-config
Diffstat (limited to 'config/libc/bionic.in')
-rw-r--r--config/libc/bionic.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/libc/bionic.in b/config/libc/bionic.in
index 41b87a1..da663b4 100644
--- a/config/libc/bionic.in
+++ b/config/libc/bionic.in
@@ -1,5 +1,6 @@
# bionic options
+## package android-ndk
## depends on ! WINDOWS && ! BARE_METAL
## depends on ARCH_ARM || ARCH_MIPS || ARCH_X86
## depends on EXPERIMENTAL
@@ -11,8 +12,6 @@
## help This platform has no TLS (Thread Local Storage) support so that option must be
## help disabled in the Compiler options.
-source "config/versions/android-ndk.in"
-
config THREADS
default "posix"