]> git.ipfire.org Git - thirdparty/glibc.git/commit - ChangeLog
Use Linux 5.0 in build-many-glibcs.py.
authorJoseph Myers <joseph@codesourcery.com>
Wed, 13 Mar 2019 22:03:37 +0000 (22:03 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Wed, 13 Mar 2019 22:03:37 +0000 (22:03 +0000)
commit0c1041ee5b2889db7cf8bb75da05117c512b1191
tree197806230d95469737afa154ec6fea6a9cd78aae
parent043440e761d395e1f507d9faa6e82b3fe4536c3f
Use Linux 5.0 in build-many-glibcs.py.

This patch makes build-many-glibcs.py use Linux 5.0 in place of 4.20
(now that the test change required to avoid false positives with ulong
in kernel headers has been committed).  This includes adjusting the
logic to compute a tarball URL to handle different major version
numbers (rather than changing the path to hardcode v5.x in place of
v4.x, as someone might still wish to check out a v4.x version).

Tested that build-many-glibcs.py successfully checks out Linux 5.0
sources after this patch.

* scripts/build-many-glibcs.py (Context.checkout): Default Linux
version to 5.0.
(Context.checkout_tar): Handle variable major version for Linux
kernel.
ChangeLog
scripts/build-many-glibcs.py