> Could that explain the failure ? It's matched here: > mips64*el-*-linux-*) targ_emul=elf32ltsmipn32
I believe that the -*- part means any cpu model. Since it's a build failure you might get away with cross-compiling. Try passing --target mips64el-linux-gnu (or whatever the mipsel-gcc-toolchain uses)