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.
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.
'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',