Add SPARC --disable-multi-arch builds to build-many-glibcs.py.
commit0c0973788367b4ac42aace075a0598bc1c79b7dd
authorJoseph Myers <joseph@codesourcery.com>
Wed, 29 Nov 2017 22:51:46 +0000 (29 22:51 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Wed, 29 Nov 2017 22:51:46 +0000 (29 22:51 +0000)
tree2b413e87b227689cce97734c17939d880a99f494
parent34bb10aabfedb5198388693d17c747cb11fbfb4b
Add SPARC --disable-multi-arch builds to build-many-glibcs.py.

While working on SPARC changes to use libm_alias_* I noticed that the
non-multi-arch sparc32/sparcv9/fpu/s_fabs.S was missing compat symbol
support for fabsl.  This clearly shows inadequate test coverage, so
this patch adds SPARC --disable-multi-arch builds to
build-many-glibcs.py (the 32-bit one fails testing until that bug is
fixed, the 64-bit one passes testing).

* scripts/build-many-glibcs.py (Context.add_all_configs): Add
SPARC --disable-multi-arch glibc variants.
ChangeLog
scripts/build-many-glibcs.py