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 /samples | |
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>
Diffstat (limited to 'samples')
-rw-r--r-- | samples/aarch64-unknown-linux-android/crosstool.config | 1 |
1 files changed, 1 insertions, 0 deletions
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 |