This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/glibc.
from 556a6126f8 hurd: Add rules for static PIE build adds 23645707f1 Replace --enable-static-pie with --disable-default-pie new 5afe4c0d69 Cleanup encoding in comments
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: INSTALL | 18 ++++----- Makeconfig | 21 +++++++---- NEWS | 13 +++++++ config.h.in | 3 ++ config.make.in | 3 -- configure | 83 ++++++++++++++++++++++++++--------------- configure.ac | 56 +++++++++++++++------------ manual/install.texi | 16 ++++---- scripts/build-many-glibcs.py | 13 ++++--- sysdeps/alpha/configure | 5 +++ sysdeps/alpha/configure.ac | 4 ++ sysdeps/csky/configure | 7 ++++ sysdeps/csky/configure.ac | 5 +++ sysdeps/hppa/configure | 7 ++++ sysdeps/hppa/configure.ac | 5 +++ sysdeps/i386/fpu/e_pow.S | 20 +++++----- sysdeps/i386/fpu/e_powl.S | 20 +++++----- sysdeps/ia64/configure | 5 +++ sysdeps/ia64/configure.ac | 4 ++ sysdeps/ia64/fpu/s_tanf.S | 4 +- sysdeps/mach/hurd/configure | 6 +++ sysdeps/mach/hurd/configure.ac | 5 +++ sysdeps/microblaze/configure | 8 ++++ sysdeps/microblaze/configure.ac | 7 ++++ sysdeps/sparc/Makefile | 1 + sysdeps/x86_64/fpu/e_powl.S | 20 +++++----- 26 files changed, 237 insertions(+), 122 deletions(-) create mode 100755 sysdeps/microblaze/configure create mode 100644 sysdeps/microblaze/configure.ac