diff options
author | Chris Packham <judge.packham@gmail.com> | 2022-08-02 20:20:36 +1200 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2022-08-08 20:15:06 +1200 |
commit | 562434f12e997bf91c4003a8f5ff6ffdde94e84f (patch) | |
tree | 20a64a0e57170863fb6f030cbe70c6bbf6054fd4 /packages/glibc/package.desc | |
parent | cc58f592ae715efdc5536ebb8fbe2e62d32fb596 (diff) | |
download | crosstool-ng-562434f12e997bf91c4003a8f5ff6ffdde94e84f.tar.gz crosstool-ng-562434f12e997bf91c4003a8f5ff6ffdde94e84f.tar.bz2 crosstool-ng-562434f12e997bf91c4003a8f5ff6ffdde94e84f.zip |
glibc: Add glibc 2.36
https://sourceware.org/pipermail/libc-announce/2022/000034.html
Add the new version. Regenerate the patches and remove the one that had
been applied upstream. Add a milestone for 2.36 as this version
introduces support for the loongarch CPU architecture.
Fixes #1795
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Diffstat (limited to 'packages/glibc/package.desc')
-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 56e42a5d..d25f0530 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 relevant 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.28 2.29 2.30 2.31 2.32 2.34' +milestones='2.14 2.17 2.20 2.23 2.24 2.25 2.26 2.27 2.28 2.29 2.30 2.31 2.32 2.34 2.36' archive_formats='.tar.xz .tar.bz2 .tar.gz' signature_format='packed/.sig' |