mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
20044c0bf7
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>
7 lines
238 B
Plaintext
7 lines
238 B
Plaintext
# We don't support building bionic (yet) so no official repository
|
|
mirrors='https://dl.google.com/android/repository'
|
|
relevantpattern='r*|[a-z]'
|
|
archive_filename='@{pkg_name}-@{version}-linux-x86_64'
|
|
archive_formats='.zip'
|
|
obsolete='yes'
|