mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 21:33:08 +00:00
7e21141973
Newer GCC versions trigger warnings on older GLIBC versions. GLIBC 2.29 is warning free with GCC9. GLIBC 2.31 is warning free with GCC10. GLIBC 2.34 is warning free with GCC11. Add milestones for 2.31 and 2.34 and use those to set the default value for GLIBC_ENABLE_WERROR based on the GCC version. Signed-off-by: Chris Packham <judge.packham@gmail.com>
9 lines
418 B
Plaintext
9 lines
418 B
Plaintext
origin='GNU'
|
|
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'
|
|
archive_formats='.tar.xz .tar.bz2 .tar.gz'
|
|
signature_format='packed/.sig'
|