Ludovic Courtès, le Sat 12 Nov 2011 23:13:28 +0100, a écrit : > Samuel Thibault <samuel.thiba...@gnu.org> skribis: > > > # This must be glibc/ELF. > > -linux* | k*bsd*-gnu | kopensolaris*-gnu) > > +linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) > > Wouldn’t *-gnu* be a better pattern?
Nope, there's netbsdelf-gnu just below. > (Especially since linux* could be Linux with another libc.) That would still be ELF, I assume. Other formats (aout, coff, etc.) are handled above this. Samuel