unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* Use Linux 5.3 in build-many-glibcs.py
@ 2019-09-17 22:16 Joseph Myers
  0 siblings, 0 replies; only message in thread
From: Joseph Myers @ 2019-09-17 22:16 UTC (permalink / raw)
  To: libc-alpha

This patch makes build-many-glibcs.py use Linux 5.3.

Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).

2019-09-17  Joseph Myers  <joseph@codesourcery.com>

	* scripts/build-many-glibcs.py (Context.checkout): Default Linux
	version to 5.3.

---

Testing was with
<https://sourceware.org/ml/libc-alpha/2019-09/msg00255.html> applied
to fix the RISC-V build.

diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index cc14c7da54..b507de9f1f 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.2',
+                            'linux': '5.3',
                             'mpc': '1.1.0',
                             'mpfr': '4.0.2',
                             'mig': 'vcs-mainline',

-- 
Joseph S. Myers
joseph@codesourcery.com

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

only message in thread, other threads:[~2019-09-17 22:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-17 22:16 Use Linux 5.3 in build-many-glibcs.py Joseph Myers

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).