Add --enable-static-pie variants to x86_64, x32 and i686
commit1a49fc59e42513247eaeac3feac6b099157eea7c
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 19 Dec 2017 02:11:17 +0000 (18 18:11 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 19 Dec 2017 02:11:47 +0000 (18 18:11 -0800)
tree04ea3fcbb397928a0252a2caf4ef41f9bb1f0970
parent664251859260d3cca6a477fb08c3b9f2b78a4fd9
Add --enable-static-pie variants to x86_64, x32 and i686

Since the default GCC and binutils versions used by build-many-glibcs.py,
which are GCC 7 branch and binutils 2.29 branch, support static PIE on
x86_64, x32 and i686, this patch adds --enable-static-pie glibc variants
to x86_64, x32 and i686 to get some coverage for static PIE.

Tested with build-many-glibcs.py.

* scripts/build-many-glibcs.py (Context.add_all_configs): Add
--enable-static-pie variants to x86_64, x32 and i686.
ChangeLog
scripts/build-many-glibcs.py