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_check_gcc/master-aarch64 in repository toolchain/ci/glibc.
from 556a6126f8 hurd: Add rules for static PIE build new 23645707f1 Replace --enable-static-pie with --disable-default-pie
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/ia64/configure | 5 +++ sysdeps/ia64/configure.ac | 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 + 22 files changed, 205 insertions(+), 90 deletions(-) create mode 100755 sysdeps/microblaze/configure create mode 100644 sysdeps/microblaze/configure.ac