From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Legoll Subject: Re: Binutils build failure on MIPS Date: Tue, 13 Sep 2016 16:19:54 +0200 Message-ID: References: <87h9dxukjm.fsf@gnu.org> <20160526165952.GA6576@solar> <87zirajjbk.fsf@gnu.org> <20160531193337.GA22008@solar> <87h9ddksi4.fsf_-_@gnu.org> <87ziqy3c4j.fsf@gnu.org> <87y43qu8yw.fsf@netris.org> <87r39hc1kz.fsf@netris.org> <87bn0b1two.fsf@gnu.org> <8760q3opyl.fsf@gnu.org> <878tuwyg13.fsf@gnu.org> <874m5k9pev.fsf_-_@gnu.org> <87zinc3r4b.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39414) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjoaC-0001uY-7h for guix-devel@gnu.org; Tue, 13 Sep 2016 10:21:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bjoa6-0002Z4-N3 for guix-devel@gnu.org; Tue, 13 Sep 2016 10:21:08 -0400 In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: David Craven Cc: Guix-devel Hello, On Tue, Sep 13, 2016 at 4:05 PM, David Craven 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