]> git.ipfire.org Git - thirdparty/glibc.git/commit
Add build-many-glibcs.py --enable-obsolete-* configs.
authorJoseph Myers <joseph@codesourcery.com>
Mon, 10 Sep 2018 16:54:34 +0000 (16:54 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Mon, 10 Sep 2018 16:54:34 +0000 (16:54 +0000)
commit7244f13ded2f09c089df768a4587110d181d1fb8
tree5a55d8b83bb755038a27be6a0adbf3750f7ccb1a
parent38245425a9add7bd22f8732219e0085432f223b6
Add build-many-glibcs.py --enable-obsolete-* configs.

We've had issues before with build failures (with new GCC) in code
only built with --enable-obsolete-rpc or --enable-obsolete-nsl not
being reported for a while because build-many-glibcs.py does not test
those configure options.  This patch adds configurations (32-bit and
64-bit) using those options so that in future we can notice quickly if
they start failing to build.

Tested the new configurations do build with GCC 8.

* scripts/build-many-glibcs.py (Context.add_all_configs): Add
x86_64 and i686 configs using --enable-obsolete-rpc
--enable-obsolete-nsl.
ChangeLog
scripts/build-many-glibcs.py