From 20044c0bf7ad5f2e32eca6ef6bacb993126d6c01 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Wed, 16 Feb 2022 21:24:12 +1300 Subject: 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 --- samples/aarch64-unknown-linux-android/crosstool.config | 1 + 1 file changed, 1 insertion(+) (limited to 'samples') 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 -- cgit v1.2.3