Hello, On Tue, Sep 13, 2016 at 4:05 PM, David Craven <da...@craven.ch> wrote: >> Could that explain the failure ? > > It's matched here: >> mips64*el-*-linux-*) targ_emul=elf32ltsmipn32
I'm not sure I understand what your saying: $ python >>> import fnmatch >>> fnmatch.fnmatch('mips64el-linux', 'mips64*el-*-linux-*') False -- Vincent Legoll