diff options
author | Alexey Neyman <stilor@att.net> | 2017-07-01 20:17:56 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-07-08 10:57:56 -0700 |
commit | d0ff020e23372a8eccd319c142c72d266c652f56 (patch) | |
tree | 3603c30a8975eef6f6748c73ce23f2ce90a7dd5b /config/libc | |
parent | b155ce6ab804df56cdeb5b89bdf89f805ef4d853 (diff) | |
download | crosstool-ng-d0ff020e23372a8eccd319c142c72d266c652f56.tar.gz crosstool-ng-d0ff020e23372a8eccd319c142c72d266c652f56.tar.bz2 crosstool-ng-d0ff020e23372a8eccd319c142c72d266c652f56.zip |
Fixes for building
- Need GDB8.0 milestone
- Make uClibc "master" package
- Rename bionic -> android-ndk to match the package name and
support suffixes for archives
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/libc')
-rw-r--r-- | config/libc/bionic.in | 2 | ||||
-rw-r--r-- | config/libc/uClibc.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/libc/bionic.in b/config/libc/bionic.in index 6bf708b5..4d6b857a 100644 --- a/config/libc/bionic.in +++ b/config/libc/bionic.in @@ -11,7 +11,7 @@ ## help This platform has no TLS (Thread Local Storage) support so that option must be ## help disabled in the Compiler options. -source "config/versions/bionic.in" +source "config/versions/android-ndk.in" config THREADS default "posix" diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in index 8f91aa01..c1530b21 100644 --- a/config/libc/uClibc.in +++ b/config/libc/uClibc.in @@ -12,7 +12,7 @@ ## help Highly configurable, thus as feature-rich as you ## help need, without compromising for size. -source "config/versions/uClibc-ng.in" +source "config/versions/uClibc.in" config THREADS default "nptl" if THREADS_NATIVE |