]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Revert "Use Linux 5.1 in build-many-glibcs.py."
authorJoseph Myers <joseph@codesourcery.com>
Tue, 7 May 2019 22:45:51 +0000 (22:45 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 7 May 2019 22:45:51 +0000 (22:45 +0000)
This reverts commit c2b11710fb4a2e8d337ae8f042724143c5ccf173.

Linux 5.1 headers are not in fact usable for glibc testing, because
"[PATCH] uapi: avoid namespace conflict in linux/posix_types.h"
<https://lore.kernel.org/lkml/20190319165123.3967889-1-arnd@arndb.de/>
did not get merged for 5.1 and so many conform/ tests fail.

ChangeLog
scripts/build-many-glibcs.py

index 692af8e5c24568b948ca970736dcff5c5e2913ec..1ddb948fa8bd694d99575051545dce02ade9a379 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,5 @@
 2019-05-07  Joseph Myers  <joseph@codesourcery.com>
 
-       * scripts/build-many-glibcs.py (Context.checkout): Default Linux
-       version to 5.1.
-
        * scripts/build-many-glibcs.py (Context.checkout): Default GCC
        version to 9 branch.
 
index 5f7db23f269e3f3c80a0a1e430c00e2007208606..6f9a35331ff5064da5fd837d13d175ab8e95ddef 100755 (executable)
@@ -714,7 +714,7 @@ class Context(object):
                             'gcc': 'vcs-9',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.1.2',
-                            'linux': '5.1',
+                            'linux': '5.0',
                             'mpc': '1.1.0',
                             'mpfr': '4.0.2',
                             'mig': 'vcs-mainline',