diff options
author | Alexey Neyman <stilor@att.net> | 2017-07-01 20:17:56 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-07-08 10:57:56 -0700 |
commit | d0ff020e23372a8eccd319c142c72d266c652f56 (patch) | |
tree | 3603c30a8975eef6f6748c73ce23f2ce90a7dd5b /maintainer/kconfig-versions.template | |
parent | b155ce6ab804df56cdeb5b89bdf89f805ef4d853 (diff) | |
download | crosstool-ng-d0ff020e23372a8eccd319c142c72d266c652f56.tar.gz crosstool-ng-d0ff020e23372a8eccd319c142c72d266c652f56.tar.bz2 crosstool-ng-d0ff020e23372a8eccd319c142c72d266c652f56.zip |
Fixes for building
- Need GDB8.0 milestone
- Make uClibc "master" package
- Rename bionic -> android-ndk to match the package name and
support suffixes for archives
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'maintainer/kconfig-versions.template')
-rw-r--r-- | maintainer/kconfig-versions.template | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/maintainer/kconfig-versions.template b/maintainer/kconfig-versions.template index c1350914..c7ab461f 100644 --- a/maintainer/kconfig-versions.template +++ b/maintainer/kconfig-versions.template @@ -172,6 +172,10 @@ config @@pfx@@_MIRRORS string default "@@mirrors@@" +config @@pfx@@_ARCHIVE_SUFFIX + string + default "@@archivesuffix@@" + #!end-if #!// Below, we explicitly select all milestones to which a given version |