diff options
author | Alexey Neyman <stilor@att.net> | 2017-08-16 14:26:31 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-08-16 14:26:31 -0700 |
commit | 9b076a39abf04442245738bf434cc35a85f502ca (patch) | |
tree | 7bc58233f52e32c5a188ad601d64826375e61f81 /packages/glibc | |
parent | 3d470580cedeffb86d33832ffffc7ad010978b4f (diff) | |
download | crosstool-ng-9b076a39abf04442245738bf434cc35a85f502ca.tar.gz crosstool-ng-9b076a39abf04442245738bf434cc35a85f502ca.tar.bz2 crosstool-ng-9b076a39abf04442245738bf434cc35a85f502ca.zip |
Record glibc 2.24+ dependency
... on kernel headers of 3.2 and newer.
Fixes #794.
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 13e2233c..bef0c1d7 100644 --- a/packages/glibc/package.desc +++ b/packages/glibc/package.desc @@ -1,4 +1,4 @@ origin='GNU' repository='git git://sourceware.org/git/glibc.git' mirrors='$(CT_Mirrors GNU glibc) $(CT_Mirrors sourceware glibc/releases)' -milestones='2.17 2.20 2.23' +milestones='2.17 2.20 2.23 2.24' |