From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: Building Emacs on SGI mips/netbsd Date: Wed, 24 Jun 2009 14:03:58 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1245867398 32620 80.91.229.12 (24 Jun 2009 18:16:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 24 Jun 2009 18:16:38 +0000 (UTC) Cc: emacs-devel@gnu.org To: Sascha Wilde Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 24 20:16:31 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 1MJX1J-00072D-LT for ged-emacs-devel@m.gmane.org; Wed, 24 Jun 2009 20:16:29 +0200 Original-Received: from localhost ([127.0.0.1]:40558 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MJX1J-0001oh-2B for ged-emacs-devel@m.gmane.org; Wed, 24 Jun 2009 14:16:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MJWpI-0002Wv-4b for emacs-devel@gnu.org; Wed, 24 Jun 2009 14:04:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MJWpD-0002Q9-5h for emacs-devel@gnu.org; Wed, 24 Jun 2009 14:04:03 -0400 Original-Received: from [199.232.76.173] (port=48375 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MJWpC-0002Q1-WF for emacs-devel@gnu.org; Wed, 24 Jun 2009 14:03:59 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:53085) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MJWpC-0005no-JU for emacs-devel@gnu.org; Wed, 24 Jun 2009 14:03:58 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MJWpC-0002ta-2W; Wed, 24 Jun 2009 14:03:58 -0400 X-Spook: doctrine AVIP Serbian White House Elvis ASPIC Uzbekistan X-Ran: 4A8U:WO;Sc5*"4 (Sascha Wilde's message of "Wed, 17 Jun 2009 14:33:55 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:111689 Archived-At: Sascha Wilde wrote: > + mips-*-netbsd* | mipseb-*-netbsd* \ > + | mips64-*-netbsd* | mips64eb-*-netbsd* ) > + machine=mips ;; > + In Emacs 22, mips-*-netbsd*, mipsel-*-netbsd* and mipseb-*-netbsd* used "machine=pmax". As far as I can tell, mips64* was not supported. The file src/m/pmax.h has since been deleted. It does seem quite important to me to fix this, but I could not say if mips.h is "good enough" or if pmax.h should be restored.