This is an automated email from the git hooks/post-receive script.
"Christophe Lyon pushed a change to branch master in repository toolchain/cross-build-tools.
discards 10a9b24 Early exit for unsupported arm* and aarch64* targets discards 0d2c42a Update prerequisite mpfr version discards fad6d56 build-cross-gcc.sh: Early exit for unsupported targets discards 0f127ce aarch64-none-elf-foundation.exp: Fix to support multilibs discards 45a65dd qemu-wrapper.sh: Re-execute in case the 1st execution failed, [...] discards fda3a9e build-cross-gcc.sh: Add support for dejagnu debug logs (comme [...] discards 80c9188 site-qemu.exp: Add TARGLIST for aarch64*elf discards b710ae2 build-cross-gcc.sh: Use CXXFLAGS_FOR_TARGET=-fno-threadsafe-s [...] discards 18ee56d build-cross-gcc.sh: Cleanup: remove duplication of proot/qemu [...] discards 3415984 Use qemu directly instead of via arm-sim for *linux targets. discards 3264237 build-cross-gcc.sh: Build and use our own version of dejagnu [...] discards 6c650e0 build-cross-gcc.sh: Upgrade to qemu-2.8.1 discards 784d042 qemu-killer.sh: Be more verbose. discards b32df73 myarm-sim.exp: add -w option to wrap_compile_flags discards 1d60929 build-cross-gcc.sh: Rename LSF_SLOTS into MAKE_SLOTS. discards e7111af Add .gitreview file. new ccc247a Fix target_list for aarch64*elf new fb56c84 Update prerequisite mpfr version new f8988fa Early exit for unsupported arm* and aarch64* targets new af20ba6 aarch64-none-elf-foundation.exp: Fix to support multilibs new 1ebd6ce myarm-sim.exp: Disable needs_status_wrapper new 8234418 qemu-killer.sh: Be more verbose. new e83f6f6 qemu-wrapper.sh: Re-execute in case the 1st execution failed, [...] new 4aba34d qemu-wrapper.sh: ignore return code 127 from execute_command_ [...] new bc23c8a qemu-wrapper.sh: Make sure ASAN_OPTIONS contains detect_leaks=0 new 1e002fe qemu-wrapper.sh: Print DEBUGRANDOM in case a failure has a di [...] new aa1c8b8 qemu-wrapper.sh: do not dump traces on armeb, it would be too large new 37a1273 qemu-wrapper.sh: If execution failed with proot, retry without. new f08b052 qemu-wrapper.sh: Do not try to execute nlocale*.x effective-t [...] new 8e00acd qemu-wrapper.sh: Re-activate debug traces during the 3rd execution. new ba8231f qemu-wrapper.sh: Do not exit early on armeb. new 654baad qemu-wrapper.sh: Add support to add more traces, depending on [...] new 304e325 qemu-wrapper.sh: Add timeout and time new 7cc5113 qemu-wrapper.sh: Don't use /usr/bin/time new b65c211 qemu-wrapper.sh: Add "cpu" traces new c5ce04a qemu-wrapper.sh: Refine filter for 127 error code new c78615e qemu-wrapper.sh: Add debug traces when re-trying without proot new f678345 build-cross-gcc.sh: Use CXXFLAGS_FOR_TARGET=-fno-threadsafe-s [...] new dc05087 build-cross-gcc.sh, site-qemu.exp: Build and use our own vers [...] new 8d553be Use qemu directly instead of via arm-sim for *linux targets. new 18be8eb Cleanup: remove duplication of proot/qemu setup code new f7518e7 build-cross-gcc.sh: Early exit for unsupported targets new 885d952 Add and use ptimeout new f7af1c5 build-cross-gcc.sh: Call make check under ptimeout, to collec [...] new 0bda996 upgrade to version 1.4.0 new 3bc6d46 build-cross-gcc: Print GCC version used for the build. new 9cbd449 build-cross-gcc.sh: Remove --enable-add-ons=nptl from glibc c [...] new 6c41521 build-cross-gcc.sh: Use "ts" to add timestamps along 'make ch [...] new dd4d89d build-cross-gcc.sh: Use linux-4.20.17 on all targets new c3ca769 build-cross-gcc.sh: Build glibc with --disable-werror new dfe12ac build-cross-gcc.sh: Build glibc headers with --disable-werror new 2c8d740 Add support for FDPIC new 79fb723 build-cross-gcc.sh: Rename LSF_SLOTS into MAKE_SLOTS. new 7cb5b86 Add .gitreview file. new d870e78 build-cross-gcc.sh: Upgrade to qemu-2.8.1
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (10a9b24) \ N -- N -- N refs/heads/master (d870e78)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 39 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: build-cross-gcc.sh | 98 +++++++--- myarm-sim.exp | 5 +- ptimeout | 540 +++++++++++++++++++++++++++++++++++++++++++++++++++++ qemu-killer.sh | 2 +- qemu-wrapper.sh | 66 ++++++- tcwg-local.exp | 2 +- ts | 191 +++++++++++++++++++ 7 files changed, 868 insertions(+), 36 deletions(-) create mode 100755 ptimeout create mode 100644 ts