mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-18 02:39:46 +00:00
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>
This commit is contained in:
parent
71fad07b71
commit
20044c0bf7
@ -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
|
||||
|
@ -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'
|
||||
|
@ -1,4 +1,5 @@
|
||||
CT_CONFIG_VERSION="4"
|
||||
CT_OBSOLETE=y
|
||||
CT_EXPERIMENTAL=y
|
||||
CT_ARCH_ARM=y
|
||||
CT_ARCH_64=y
|
||||
|
Loading…
Reference in New Issue
Block a user