From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: m68k--netbsdelf still in use Date: Tue, 20 Jan 2009 00:05:06 -0800 (PST) Message-ID: <200901200805.n0K856vE014607@mothra.ics.uci.edu> References: <20090114193612.GM29020@serpens.de> <87wscvxo8x.fsf@cyd.mit.edu> <200901170657.n0H6v44f028578@mothra.ics.uci.edu> <20090119184227.GA19353@serpens.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1232438763 26224 80.91.229.12 (20 Jan 2009 08:06:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 20 Jan 2009 08:06:03 +0000 (UTC) Cc: Chong Yidong , emacs-devel@gnu.org To: "S.P.Zeidler" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 20 09:07:15 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LPBdK-00013v-Cb for ged-emacs-devel@m.gmane.org; Tue, 20 Jan 2009 09:06:50 +0100 Original-Received: from localhost ([127.0.0.1]:53810 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LPBc2-0005MA-SB for ged-emacs-devel@m.gmane.org; Tue, 20 Jan 2009 03:05:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LPBbw-0005LU-UX for emacs-devel@gnu.org; Tue, 20 Jan 2009 03:05:24 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LPBbt-0005LI-B1 for emacs-devel@gnu.org; Tue, 20 Jan 2009 03:05:23 -0500 Original-Received: from [199.232.76.173] (port=53509 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LPBbt-0005LD-5T for emacs-devel@gnu.org; Tue, 20 Jan 2009 03:05:21 -0500 Original-Received: from sallyv2.ics.uci.edu ([128.195.1.120]:38937) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1LPBbs-0006Fv-4r for emacs-devel@gnu.org; Tue, 20 Jan 2009 03:05:20 -0500 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by sallyv2.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id n0K856f0011191; Tue, 20 Jan 2009 00:05:07 -0800 (PST) Original-Received: (from dann@localhost) by mothra.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id n0K856vE014607; Tue, 20 Jan 2009 00:05:06 -0800 (PST) In-Reply-To: <20090119184227.GA19353@serpens.de> (S. P. Zeidler's message of "Mon, 19 Jan 2009 19:42:27 +0100") Original-Lines: 54 X-ICS-MailScanner-Information: Please contact the ISP for more information X-ICS-MailScanner-ID: n0K856f0011191 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:108011 Archived-At: "S.P.Zeidler" writes: > Hi, > > Thus wrote Dan Nicolaescu (dann@ics.uci.edu): > > > Chong Yidong writes: > > > > > > serpens.de is an Amiga 3000 with an M68060 and 128M RAM. > > > > It runs NetBSD 4.0 at present. > > > > > > Is this the machine identified by the following line from the Emacs 22 > > > configure file? > > > > > > case "${canonical}" in > > > alpha*-*-netbsd*) machine=alpha ;; > > > i[3456]86-*-netbsd*) machine=intel386 ;; > > > m68k-*-netbsd*) > > > # This is somewhat bogus. > > > machine=hp9000s300 ;; > > Up to now, yes. > > > > If so, the file src/m/hp9000s300.h has been removed from CVS, but it may > > > be feasible to restore it. (Dan, could you check?) > > > > I'd say it would be better to first try to see if CVS HEAD works with machine=m68k > > on that platform. > > --- snip --- > Index: configure > =================================================================== > RCS file: /sources/emacs/emacs/configure,v > retrieving revision 1.305 > diff -u -r1.305 configure > --- configure 9 Dec 2008 20:36:23 -0000 1.305 > +++ configure 19 Jan 2009 18:16:02 -0000 > @@ -2459,6 +2459,7 @@ > arm-*-netbsd*) machine=arm ;; > x86_64-*-netbsd*) machine=amdx86-64 ;; > hppa-*-netbsd*) machine=hp800 ;; > + m68k-*-netbsd*) machine=m68k ;; > esac > ;; > > --- snip --- > > will build, and edit files just fine. Thanks for testing, I'll check in such a change when I get a chance. > Is there a test suite to probe the resulting binary more closely? Unfortunately there isn't.