summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2022-02-16 08:24:12 (GMT)
committerChris Packham <judge.packham@gmail.com>2022-02-23 07:19:46 (GMT)
commit20044c0bf7ad5f2e32eca6ef6bacb993126d6c01 (patch)
tree7a31859a88854a9d582df8c2c59f254cb7d7cd9d
parent71fad07b71df1243175937907c4f94283958c3b9 (diff)
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.in1
-rw-r--r--packages/android-ndk/package.desc1
-rw-r--r--samples/aarch64-unknown-linux-android/crosstool.config1
3 files changed, 3 insertions, 0 deletions
diff --git a/config/libc/bionic.in b/config/libc/bionic.in
index a5b150e..b8b889c 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 8811b3c..ef1d14d 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 c78a1f6..51c2490 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