This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] build-many-glibcs.py: Use Linux 5.2 by default


On 7/18/19 2:41 PM, Florian Weimer wrote:
2019-07-18  Florian Weimer  <fweimer@redhat.com>

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

LGTM given my review of linux 5.2 headers.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>

diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index dacd116f8e..aa6884e046 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',



--
Cheers,
Carlos.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]