diff options
author | Chris Packham <judge.packham@gmail.com> | 2022-05-08 14:01:38 +1200 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2022-05-10 19:46:53 +1200 |
commit | 53bbdc74252f68a3800d222dddee69e63b617bf9 (patch) | |
tree | 0f7e9646702890994c4273c5b5a7761e01410063 /scripts/functions | |
parent | e8c4d97683a842064357ed20328e8a5693f28e22 (diff) | |
download | crosstool-ng-53bbdc74252f68a3800d222dddee69e63b617bf9.tar.gz crosstool-ng-53bbdc74252f68a3800d222dddee69e63b617bf9.tar.bz2 crosstool-ng-53bbdc74252f68a3800d222dddee69e63b617bf9.zip |
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>
Diffstat (limited to 'scripts/functions')
-rw-r--r-- | scripts/functions | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/functions b/scripts/functions index c6308c66..c2c1493c 100644 --- a/scripts/functions +++ b/scripts/functions @@ -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 |