Add build-many-glibcs.py powerpc-linux-gnu-power4 build.
commit4179178bf0cfafe72c00647b79e69e47bd5c6a89
authorJoseph Myers <joseph@codesourcery.com>
Mon, 2 Jan 2017 22:13:42 +0000 (2 22:13 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Mon, 2 Jan 2017 22:13:42 +0000 (2 22:13 +0000)
tree89a74c917ff993c0f31184c208435eaad37c9c17
parentcbce12d22b91a2393158ed7cb0a81bb26478dafd
Add build-many-glibcs.py powerpc-linux-gnu-power4 build.

The 32-bit powerpc configurations in build-many-glibcs.py were failing
to cover the powerpc32 multiarch code at all, because that code is
only built for power4 and above configurations.  This patch adds a
32-bit power4 configuration so that at least some of that multiarch
code gets build-tested.  (This is preparation for reviewing the w_*
file renaming, which affects such powerpc32 multiarch files.)

* scripts/build-many-glibcs.py (Context.add_all_configs): Add
power4 glibc for powerpc-linux-gnu.
ChangeLog
scripts/build-many-glibcs.py