diff options
author | Alexey Neyman <stilor@att.net> | 2020-03-17 15:33:49 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2020-03-17 15:33:49 -0700 |
commit | 1aec4479c77062b49aacbe1e5c7ca1bd5fa26a59 (patch) | |
tree | d984bc054a19e5c8a9bebedb5a3aa117e790ae69 /packages/glibc | |
parent | 682f9aac7ba9e98c88c39738401f6371d074157c (diff) | |
download | crosstool-ng-1aec4479c77062b49aacbe1e5c7ca1bd5fa26a59.tar.gz crosstool-ng-1aec4479c77062b49aacbe1e5c7ca1bd5fa26a59.tar.bz2 crosstool-ng-1aec4479c77062b49aacbe1e5c7ca1bd5fa26a59.zip |
GLIBC 2.28 milestone has a dependency
... but no definition after af2f3ac9c.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'packages/glibc')
-rw-r--r-- | packages/glibc/package.desc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/glibc/package.desc b/packages/glibc/package.desc index 03a01b3d..6b722a7b 100644 --- a/packages/glibc/package.desc +++ b/packages/glibc/package.desc @@ -3,6 +3,6 @@ repository='git git://sourceware.org/git/glibc.git' mirrors='$(CT_Mirrors GNU glibc)' # Cannot use MAJOR.MINOR as the releant part because of 2.12: 2.12.2 was the most recent # bugfix release, but it didn't have glibc-ports released alongside it. -milestones='2.14 2.17 2.20 2.23 2.24 2.25 2.26 2.27 2.29 2.30' +milestones='2.14 2.17 2.20 2.23 2.24 2.25 2.26 2.27 2.28 2.29 2.30' archive_formats='.tar.xz .tar.bz2 .tar.gz' signature_format='packed/.sig' |