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: Wed, 21 Jan 2009 23:02:06 -0800 (PST) Message-ID: <200901220702.n0M726Yf008875@rodan.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 1232607775 27056 80.91.229.12 (22 Jan 2009 07:02:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 22 Jan 2009 07:02:55 +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 Thu Jan 22 08:04:07 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 1LPtbX-0001XK-Cb for ged-emacs-devel@m.gmane.org; Thu, 22 Jan 2009 08:04:06 +0100 Original-Received: from localhost ([127.0.0.1]:56042 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LPtaF-0000V6-Q8 for ged-emacs-devel@m.gmane.org; Thu, 22 Jan 2009 02:02:35 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LPtZz-0000Lp-4i for emacs-devel@gnu.org; Thu, 22 Jan 2009 02:02:19 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LPtZu-0000IY-Ve for emacs-devel@gnu.org; Thu, 22 Jan 2009 02:02:18 -0500 Original-Received: from [199.232.76.173] (port=33398 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LPtZu-0000II-Eo for emacs-devel@gnu.org; Thu, 22 Jan 2009 02:02:14 -0500 Original-Received: from sallyv2.ics.uci.edu ([128.195.1.120]:42306) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1LPtZt-00078r-Nh for emacs-devel@gnu.org; Thu, 22 Jan 2009 02:02:14 -0500 Original-Received: from rodan.ics.uci.edu (rodan.ics.uci.edu [128.195.6.9]) by sallyv2.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id n0M72611005773; Wed, 21 Jan 2009 23:02:06 -0800 (PST) Original-Received: (from dann@localhost) by rodan.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id n0M726Yf008875; Wed, 21 Jan 2009 23:02: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: 51 X-ICS-MailScanner-Information: Please contact the ISP for more information X-ICS-MailScanner-ID: n0M72611005773 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@rodan.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:108075 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. Is there a test suite to probe the > resulting binary more closely? I checked in a change like the above.