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: Fri, 16 Jan 2009 22:57:04 -0800 (PST) Message-ID: <200901170657.n0H6v44f028578@mothra.ics.uci.edu> References: <20090114193612.GM29020@serpens.de> <87wscvxo8x.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1232175451 31539 80.91.229.12 (17 Jan 2009 06:57:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 17 Jan 2009 06:57:31 +0000 (UTC) Cc: "S.P.Zeidler" , emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 17 07:58:43 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 1LO58h-0000yx-JS for ged-emacs-devel@m.gmane.org; Sat, 17 Jan 2009 07:58:39 +0100 Original-Received: from localhost ([127.0.0.1]:47593 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LO57Q-0007Cl-G3 for ged-emacs-devel@m.gmane.org; Sat, 17 Jan 2009 01:57:20 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LO57K-0007Bd-HU for emacs-devel@gnu.org; Sat, 17 Jan 2009 01:57:14 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LO57I-0007A0-Vo for emacs-devel@gnu.org; Sat, 17 Jan 2009 01:57:13 -0500 Original-Received: from [199.232.76.173] (port=33791 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LO57I-00079x-Pl for emacs-devel@gnu.org; Sat, 17 Jan 2009 01:57:12 -0500 Original-Received: from sallyv2.ics.uci.edu ([128.195.1.120]:46541) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1LO57I-0008LQ-A9 for emacs-devel@gnu.org; Sat, 17 Jan 2009 01:57:12 -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 n0H6v4Mj019028; Fri, 16 Jan 2009 22:57:04 -0800 (PST) Original-Received: (from dann@localhost) by mothra.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id n0H6v44f028578; Fri, 16 Jan 2009 22:57:04 -0800 (PST) In-Reply-To: <87wscvxo8x.fsf@cyd.mit.edu> (Chong Yidong's message of "Fri, 16 Jan 2009 10:30:06 -0500") Original-Lines: 24 X-ICS-MailScanner-Information: Please contact the ISP for more information X-ICS-MailScanner-ID: n0H6v4Mj019028 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:107923 Archived-At: Chong Yidong writes: > > I doubt the great number of systems left (*ahem*) warrants keeping > > support of emacs on m68k if that means effort, but if it's no bother, > > please keep it. > > > > 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 ;; > > 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.