From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9736 invoked by alias); 13 Apr 2005 23:34:40 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 9677 invoked from network); 13 Apr 2005 23:34:28 -0000 Received: from unknown (HELO mx02.qsc.de) (213.148.130.14) by sourceware.org with SMTP; 13 Apr 2005 23:34:28 -0000 Received: from port-195-158-168-78.dynamic.qsc.de ([195.158.168.78] helo=hattusa.textio) by mx02.qsc.de with esmtp (Exim 3.35 #1) id 1DLrNK-0003BE-00; Thu, 14 Apr 2005 01:34:26 +0200 Received: from ths by hattusa.textio with local (Exim 4.50) id 1DLqlS-0004O5-13; Thu, 14 Apr 2005 00:55:18 +0200 Date: Wed, 13 Apr 2005 23:34:00 -0000 To: Mark Kettenis Cc: binutils@sourceware.org Subject: Re: [RFA] Update OpenBSD/mips64 support Message-ID: <20050413225517.GE32470@hattusa.textio> References: <200504132213.j3DMDp4H019946@elgar.sibelius.xs4all.nl> <20050413215632.GD32470@hattusa.textio> <200504132245.j3DMj0wp026323@elgar.sibelius.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200504132245.j3DMj0wp026323@elgar.sibelius.xs4all.nl> User-Agent: Mutt/1.5.9i From: Thiemo Seufer X-SW-Source: 2005-04/txt/msg00347.txt.bz2 Mark Kettenis wrote: [snip] > > diff -u -p -r1.7 configure.tgt > > --- configure.tgt 11 Apr 2005 22:31:37 -0000 1.7 > > +++ configure.tgt 13 Apr 2005 22:07:41 -0000 > > @@ -300,7 +300,7 @@ case ${generic_target} in > > mips-*-sysv*) fmt=ecoff ;; > > mips-*-elf* | mips-*-rtems*) fmt=elf ;; > > mips-*-netbsd*) fmt=elf ;; > > - mips-*-openbsd*) fmt=elf ;; > > + mips-*-openbsd*) fmt=elf em=tmips ;; > > > > Is mips-dec-openbsd* mentioned above it obsolete? I figure that's the > pmax port you mentioned above. > > Suppose so. The current config.guess won't produce that triplet. And > specifying that target by hand won't work either since that results in > an attempt to build an ELF gas with a BFD that only supports ECOFF. > > I'll happily remove that config. Please do so. Thiemo