diff options
author | Alexey Neyman <stilor@att.net> | 2018-05-14 23:47:17 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2018-05-14 23:47:17 -0700 |
commit | 37ac0e8474883ce9202ef4e08b7d9f9f66ea8a5d (patch) | |
tree | 4a211cdeac548b37565305b50cc49f09a81cbeb9 /packages/glibc | |
parent | 2b055ddc67425f6850b6ddd98d021f52ee6051ea (diff) | |
download | crosstool-ng-37ac0e8474883ce9202ef4e08b7d9f9f66ea8a5d.tar.gz crosstool-ng-37ac0e8474883ce9202ef4e08b7d9f9f66ea8a5d.tar.bz2 crosstool-ng-37ac0e8474883ce9202ef4e08b7d9f9f66ea8a5d.zip |
Too many fixes need backporting for GCC8...
... so instead, disable -Werror for older versions of glibc.
Signed-off-by: Alexey Neyman <stilor@att.net>
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 158e637c..ea03e696 100644 --- a/packages/glibc/package.desc +++ b/packages/glibc/package.desc @@ -1,6 +1,6 @@ origin='GNU' repository='git git://sourceware.org/git/glibc.git' mirrors='$(CT_Mirrors GNU glibc)' -milestones='2.14 2.17 2.20 2.23 2.24 2.25 2.26' +milestones='2.14 2.17 2.20 2.23 2.24 2.26 2.27' archive_formats='.tar.xz .tar.bz2 .tar.gz' signature_format='packed/.sig' |