From 584b25da7a81d2f08935256df3cf16a115001e9d Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Mon, 8 May 2023 21:03:29 +1200 Subject: 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 --- packages/glibc/package.desc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/glibc') 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' -- cgit v1.2.3