On Mon, 2015-12-14 18:54:28 +0000, Moore, Catherine wrote: > > avr-rtems http://toolchain.lug-owl.de/buildbot/show_build_details.php?id=478544 > > mipsel-elf http://toolchain.lug-owl.de/buildbot/show_build_details.php?id=478844 > > mipsisa64r2-sde-elf http://toolchain.lug-owl.de/buildbot/show_build_details.php?id=478855 > > mipsisa64sb1-elf http://toolchain.lug-owl.de/buildbot/show_build_details.php?id=478865 > > mips-rtems http://toolchain.lug-owl.de/buildbot/show_build_details.php?id=478877 > > powerpc-eabialtivec http://toolchain.lug-owl.de/buildbot/show_build_details.php?id=478922 > > powerpc-eabispe http://toolchain.lug-owl.de/buildbot/show_build_details.php?id=478932 > > powerpc-rtems http://toolchain.lug-owl.de/buildbot/show_build_details.php?id=478956 > > ppc-elf http://toolchain.lug-owl.de/buildbot/show_build_details.php?id=478968 > > sh-superh-elf http://toolchain.lug-owl.de/buildbot/show_build_details.php?id=479077 > > Is there an easy way to reproduce the MIPS problems that you > reported? I don't seem to be able to do it with a cross-compiler > targeting mipsel-elf. What's your build compiler? For these builds, where it showed up, I'm using a freshly compiles HEAD/master version. So basically, compile a current GCC for your build machine: .../configure --prefix=/tmp/foo --disable-multilib \ --enable-languages=all,ada,go make make install ...and then put that compiler into your $PATH and build a cross compiler: .../configure --target=mipsel-elf --enable-werror-always \ --enable-languages=all,ada,go make all-gcc (This is how contrib/config-list.mk does its test builds, which is what I'm calling.) MfG, JBG -- Jan-Benedict Glaw jbglaw@lug-owl.de +49-172-7608481 Signature of: Alles sollte so einfach wie möglich gemacht sein. the second : Aber nicht einfacher. (Einstein)