This is an automated email from the git hooks/post-receive script.
"tcwg-buildslave pushed a change to branch tested in repository toolchain/abe.
from 29a016c3 config/gdb.conf: Add --disable-werror to GDB's configure flags adds 4422e950 lib/make.sh (make_all): Make make_flags less local adds 809696e3 abe.sh: Move PATH setting to lib/globals.sh adds 241e4cbb config/gcc.conf: Always disable bootstrap for stage1 GCC builds adds 3d7f59f6 lib/make.sh: Run component's build in a sub-shell adds 70da86d2 lib/configure.sh: Avoid building host-side components with ta [...] adds ed772c8f Replace "${local_builds}/destdir/${host}" with "$prefix" adds c8da69e4 lib/make.sh (make_check): Cleanup adds 0a095c0f lib/make.sh: Run tests in all directories even if some failed adds a2513a3a config/linaro.exp: Simplify logic adds 6070ee37 lib/make.sh (make_check): Use same code paths for native and [...] adds 7854f12d lib/make.sh (make_check): Indent code adds 52a2f182 lib/make.sh: Fix typo from 2014 adds 5bea2b83 lib/make.sh, config/linaro.exp: Merge SYSROOT_UNDER_TEST into adds 50d89f82 lib/make.sh: Link tests against freshly-built glibc, not syst [...] adds 38e3fdfa lib/make.sh (make_check): Workaround GDB testsuite hanging ab [...] adds d85fb228 lib/make.sh (make_check): Don't set --sysroot= for testing ag [...] adds b346d3e5 lib/configure.sh: Fix newlib build adds 2e6fc3f7 Fix testing using QEMU after removing SYSROOT_UNDER_TEST adds 419a9c87 lib/configure.sh: Fix mingw builds adds 6f23c9f1 lib/configure.sh: Set PATH even when skipping configure step adds c9093c59 lib/configure.sh: Fix mingw build by add build-hosted tools f [...] adds d959b874 config/gcc[89]: Update git branches for GCC and Glibc (but ke [...] adds 8e489001 config/gcc[89]: Update component versions to match contempora [...] adds 17b4c306 config/gcc10, config/gcc11: Add release configurations adds 08b5f48e config/latest-rel: Update component versions adds 9053db71 config/release*: Add new aliases to the 3 latest GNU toolchai [...] adds f8422b23 config/sources.conf: Update QEMU's git URL
No new revisions were added by this update.
Summary of changes: abe.sh | 9 +- config/boards/arm-qemu.exp | 3 +- config/boards/qemu.exp | 9 ++ config/gcc.conf | 11 +- config/gcc10/binutils.conf | 1 + config/gcc10/gcc.conf | 1 + config/gcc10/glibc.conf | 1 + config/gcc10/linux.conf | 1 + config/gcc10/newlib.conf | 1 + config/gcc11/binutils.conf | 1 + config/gcc11/gcc.conf | 1 + config/gcc11/glibc.conf | 1 + config/gcc11/linux.conf | 1 + config/gcc11/newlib.conf | 1 + config/gcc8/binutils.conf | 2 +- config/gcc8/gcc.conf | 2 +- config/gcc8/glibc.conf | 3 +- config/gcc8/linux.conf | 2 +- config/gcc9/gcc.conf | 2 +- config/gcc9/glibc.conf | 3 +- config/gcc9/linux.conf | 2 +- config/gcc9/newlib.conf | 2 +- config/gdb.conf | 4 +- config/gdbserver.conf | 2 +- config/latest-rel/binutils.conf | 2 +- config/latest-rel/gcc.conf | 2 +- config/latest-rel/glibc.conf | 2 +- config/linaro.exp | 103 ++++++++---------- config/mpc.conf | 2 +- config/mpfr.conf | 2 +- config/qemu.conf | 4 +- config/release | 1 + config/release_1 | 1 + config/release_2 | 1 + config/sources.conf | 3 +- lib/configure.sh | 28 +++++ lib/globals.sh | 11 +- lib/make.sh | 225 ++++++++++++++++++++++------------------ lib/package.sh | 16 +-- lib/release.sh | 2 +- 40 files changed, 262 insertions(+), 209 deletions(-) create mode 100644 config/gcc10/binutils.conf create mode 100644 config/gcc10/gcc.conf create mode 100644 config/gcc10/glibc.conf create mode 100644 config/gcc10/linux.conf create mode 100644 config/gcc10/newlib.conf create mode 100644 config/gcc11/binutils.conf create mode 100644 config/gcc11/gcc.conf create mode 100644 config/gcc11/glibc.conf create mode 100644 config/gcc11/linux.conf create mode 100644 config/gcc11/newlib.conf create mode 120000 config/release create mode 120000 config/release_1 create mode 120000 config/release_2