diff options
author | Chris Packham <judge.packham@gmail.com> | 2022-02-16 21:24:12 +1300 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2022-02-23 20:19:46 +1300 |
commit | 20044c0bf7ad5f2e32eca6ef6bacb993126d6c01 (patch) | |
tree | 7a31859a88854a9d582df8c2c59f254cb7d7cd9d | |
parent | 71fad07b71df1243175937907c4f94283958c3b9 (diff) | |
download | crosstool-ng-20044c0bf7ad5f2e32eca6ef6bacb993126d6c01.tar.gz crosstool-ng-20044c0bf7ad5f2e32eca6ef6bacb993126d6c01.tar.bz2 crosstool-ng-20044c0bf7ad5f2e32eca6ef6bacb993126d6c01.zip |
bionic: mark bionic/android-ndk as obsolete
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>
-rw-r--r-- | config/libc/bionic.in | 1 | ||||
-rw-r--r-- | packages/android-ndk/package.desc | 1 | ||||
-rw-r--r-- | samples/aarch64-unknown-linux-android/crosstool.config | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/config/libc/bionic.in b/config/libc/bionic.in index a5b150ea..b8b889c6 100644 --- a/config/libc/bionic.in +++ b/config/libc/bionic.in @@ -5,6 +5,7 @@ ## depends on ! WINDOWS && ! BARE_METAL ## depends on ARCH_ARM || ARCH_MIPS || ARCH_X86 ## depends on EXPERIMENTAL +## depends on OBSOLETE # # Patches to support bionic were not ported to GCC11 (or to GCC5 and below). ## select GCC_REQUIRE_6_or_later diff --git a/packages/android-ndk/package.desc b/packages/android-ndk/package.desc index 8811b3c6..ef1d14d8 100644 --- a/packages/android-ndk/package.desc +++ b/packages/android-ndk/package.desc @@ -3,3 +3,4 @@ mirrors='https://dl.google.com/android/repository' relevantpattern='r*|[a-z]' archive_filename='@{pkg_name}-@{version}-linux-x86_64' archive_formats='.zip' +obsolete='yes' diff --git a/samples/aarch64-unknown-linux-android/crosstool.config b/samples/aarch64-unknown-linux-android/crosstool.config index c78a1f68..51c24901 100644 --- a/samples/aarch64-unknown-linux-android/crosstool.config +++ b/samples/aarch64-unknown-linux-android/crosstool.config @@ -1,4 +1,5 @@ CT_CONFIG_VERSION="4" +CT_OBSOLETE=y CT_EXPERIMENTAL=y CT_ARCH_ARM=y CT_ARCH_64=y |