public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] build-many-glibcs.py: Use Linux 5.2 by default
@ 2019-07-24  9:24 Florian Weimer
  0 siblings, 0 replies; only message in thread
From: Florian Weimer @ 2019-07-24  9:24 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=82c664ed751f52a3074a9d6d366e87086f10b2f4

commit 82c664ed751f52a3074a9d6d366e87086f10b2f4
Author: Florian Weimer <fweimer@redhat.com>
Date:   Wed Jul 24 10:59:45 2019 +0200

    build-many-glibcs.py: Use Linux 5.2 by default

Diff:
---
 ChangeLog                    | 5 +++++
 scripts/build-many-glibcs.py | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index b1d344d..88108d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2019-07-24  Florian Weimer  <fweimer@redhat.com>
 
+	* scripts/build-many-glibcs.py (Context.checkout): Default to
+	Linux 5.2.
+
+2019-07-24  Florian Weimer  <fweimer@redhat.com>
+
 	[BZ #24532]
 	Linux: Use in-tree copy of SO_ constants for !__USE_MISC.
 	* sysdeps/unix/sysv/linux/Makefile [$(subdir) == socket]
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index dacd116..aa6884e 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -707,7 +707,7 @@ class Context(object):
                             'gcc': 'vcs-9',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.1.2',
-                            'linux': '5.0',
+                            'linux': '5.2',
                             'mpc': '1.1.0',
                             'mpfr': '4.0.2',
                             'mig': 'vcs-mainline',


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-07-24  9:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-24  9:24 [glibc] build-many-glibcs.py: Use Linux 5.2 by default Florian Weimer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).