build-many-glibcs.py: Introduce glibc build policy classes
authorFlorian Weimer <fweimer@redhat.com>
Thu, 2 Jan 2020 09:18:31 +0000 (10:18 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Thu, 2 Jan 2020 09:18:31 +0000 (10:18 +0100)
commit857c7d739794981b764471d5b97f8eac16ee011c
treeafd847fa3bb7862d06b5af4ca5e892bb7dfd33d2
parent65b6c9b02b49a421648f7fe03e6da49576b5c476
build-many-glibcs.py: Introduce glibc build policy classes

The new classes GlibcPolicyForCompiler and GlibcPolicyForBuild allow
customization of the Glibc.build_glibc method, replacing the existing
for_compiler flag.

Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
scripts/build-many-glibcs.py