diff options
author | Chris Packham <judge.packham@gmail.com> | 2025-01-31 08:36:42 +1300 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2025-02-01 09:05:06 +1300 |
commit | 87605d659376fa9ed791e20c19c78521bb5c1a2c (patch) | |
tree | 65711539359959d36da36325b19d2ab70903d31c /packages/glibc/package.desc | |
parent | f395eb4e9fb2d4843ba5ac6a44c33a94c53f5373 (diff) | |
download | crosstool-ng-87605d659376fa9ed791e20c19c78521bb5c1a2c.tar.gz crosstool-ng-87605d659376fa9ed791e20c19c78521bb5c1a2c.tar.bz2 crosstool-ng-87605d659376fa9ed791e20c19c78521bb5c1a2c.zip |
glibc: Add 2.41
https://sourceware.org/pipermail/libc-announce/2025/000045.html
Support for nios2*-*-linux-gnu has been removed in this version so the
nios2 architecture now requires and older glibc.
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 775f9d4b..aad2e887 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 2.36 2.37 2.38' +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 2.37 2.38 2.41' archive_formats='.tar.xz .tar.bz2 .tar.gz' signature_format='packed/.sig' |