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:
Chris Packham
2022-05-08 14:01:38 +12:00
parent e8c4d97683
commit 53bbdc7425
20 changed files with 0 additions and 206 deletions

View File

@ -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