summaryrefslogtreecommitdiff
path: root/config/libc/bionic.in
AgeCommit message (Collapse)AuthorFilesLines
2022-02-23bionic: mark bionic/android-ndk as obsoleteChris Packham1-0/+1
Support for bionic was dropped by GCC some time ago. There are patches for older GCC versions but those are difficult to maintain and the version of the android-ndk they support is of little use. Mark all of the existing bionic support as obsolete so it can be removed after the next release. Signed-off-by: Chris Packham <judge.packham@gmail.com>
2022-02-11Restrict bionic's GCC/GDB selectionsAlexey Neyman1-1/+10
Refer to the comments in the code for the reason. Signed-off-by: Alexey Neyman <stilor@att.net>
2018-12-21Add new Android API levelsAndrzej Perczak1-0/+15
2017-11-30Make comp.libs use generated templates, tooAlexey Neyman1-2/+1
This allows us to include the component-to-package relation in the generated kconfig files and make use of that information in the show-config.sh script. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-28Apply ucontext patch to mainstream GCC releasesAlexey Neyman1-1/+1
Not applicable to 4.8, as GLIBC2.26 requires 4.9 or newer. Record that dependency. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-07-08Also upgrade non-generated config filesAlexey Neyman1-1/+1
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-07-08Fixes for buildingAlexey Neyman1-1/+1
- 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>
2017-07-08Fix the references to old config variablesAlexey Neyman1-1/+1
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-07-08Convert the rest of packages to new frameworkAlexey Neyman1-87/+3
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-05-14Mark bionic EXPERIMENTAL and dependent on GCC6+Alexey Neyman1-0/+2
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-05-14Tweaks for bionic/TLShyc1-1/+3
2017-05-14Preliminary bionic/Android supporthyc1-0/+183
Mostly from Crystax NDK