Mark H Weaver <m...@netris.org> skribis: > This is on core-updates: > > http://hydra.gnu.org/build/196225/nixlog/4/tail-reload > > mips64el-linux-gnuabi64-gcc -mabi=64 -nostdlib -nostartfiles -r -o > /tmp/nix-build-glibc-cross-mips64el-linux-gnuabi64-2.20.drv-0/build/libc_pic.os > \
Building a MIPS/N64 cross-compiler on i686 is basically not supported by the tool chain (same in master: <http://hydra.gnu.org/job/gnu/master/gcc-cross-mips64el-linux-gnuabi64-4.8.3.i686-linux>.) Commit e795890 tried to capture that, but it did not capture this specific case because gcc-cross-mips64el-linux-gnuabi64 is not a cross-compilation job. Commit 6ee0148 makes sure that Hydra will not build it. Thanks, Ludo’.