mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-06-17 23:08:16 +00:00
Remove obsolete bionic/android support
The bionic libc support was out of date and relied on downloading binaries from the internet. It was already marked as obsolete. Now that the 1.25.0 release is out it can be completely removed. Signed-off-by: Chris Packham <judge.packham@gmail.com>
This commit is contained in:
@ -1134,7 +1134,6 @@ CT_DoBuildTargetTuple()
|
||||
glibc) CT_TARGET_SYS=gnu;;
|
||||
uClibc-ng) CT_TARGET_SYS=uclibc;;
|
||||
musl) CT_TARGET_SYS=musl;;
|
||||
bionic) CT_TARGET_SYS=android;;
|
||||
none|newlib|picolibc) CT_TARGET_SYS=elf;;
|
||||
*)
|
||||
# Keep empty for the libraries like mingw or avr-libc
|
||||
|
Reference in New Issue
Block a user