diff options
author | Chris Packham <judge.packham@gmail.com> | 2023-05-08 21:03:29 +1200 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2023-05-14 10:35:14 +1200 |
commit | 584b25da7a81d2f08935256df3cf16a115001e9d (patch) | |
tree | c1b0165995c13286d8188fbd6d594cb5996358f5 /packages/glibc | |
parent | 5427dac45c12f6be8e3fca7bc38b9abcebb4ec87 (diff) | |
download | crosstool-ng-584b25da7a81d2f08935256df3cf16a115001e9d.tar.gz crosstool-ng-584b25da7a81d2f08935256df3cf16a115001e9d.tar.bz2 crosstool-ng-584b25da7a81d2f08935256df3cf16a115001e9d.zip |
glibc: Disable -Werror with GCC13 and glibc <2.37
GCC13 picks up some new errors on older glibc versions. Disable -Werror
automatically when these combinations are selected.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
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 d25f0530..56dfff1a 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' +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' archive_formats='.tar.xz .tar.bz2 .tar.gz' signature_format='packed/.sig' |