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: Building Emacs on SGI mips/netbsd Date: Fri, 3 Jul 2009 06:19:49 -0700 (PDT) Message-ID: <200907031319.n63DJnYr027531@godzilla.ics.uci.edu> References: <200906270617.n5R6Hr1B013814@godzilla.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1246627431 12318 80.91.229.12 (3 Jul 2009 13:23:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 3 Jul 2009 13:23:51 +0000 (UTC) Cc: Sascha Wilde , emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 03 15:23:44 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 1MMijl-0000Fn-5O for ged-emacs-devel@m.gmane.org; Fri, 03 Jul 2009 15:23:33 +0200 Original-Received: from localhost ([127.0.0.1]:58090 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MMijk-0005e5-AA for ged-emacs-devel@m.gmane.org; Fri, 03 Jul 2009 09:23:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MMije-0005dw-MS for emacs-devel@gnu.org; Fri, 03 Jul 2009 09:23:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MMijZ-0005dU-AX for emacs-devel@gnu.org; Fri, 03 Jul 2009 09:23:25 -0400 Original-Received: from [199.232.76.173] (port=40702 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MMijZ-0005dR-4S for emacs-devel@gnu.org; Fri, 03 Jul 2009 09:23:21 -0400 Original-Received: from sallyv2.ics.uci.edu ([128.195.1.120]:47046) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1MMijX-0004cI-0O; Fri, 03 Jul 2009 09:23:19 -0400 Original-Received: from godzilla.ics.uci.edu (godzilla.ics.uci.edu [128.195.10.101]) by sallyv2.ics.uci.edu (8.13.8+Sun/8.13.8) with ESMTP id n63DJoD3023959; Fri, 3 Jul 2009 06:19:50 -0700 (PDT) Original-Received: (from dann@localhost) by godzilla.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id n63DJnYr027531; Fri, 3 Jul 2009 06:19:49 -0700 (PDT) In-Reply-To: (Glenn Morris's message of "Sat, 27 Jun 2009 20:55:51 -0400") Original-Lines: 16 X-ICS-MailScanner-Information: Please contact the ISP for more information X-ICS-MailScanner-ID: n63DJoD3023959 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@godzilla.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:111958 Archived-At: Glenn Morris writes: > Dan Nicolaescu wrote: > > > The above seems to say that mips.h is good enough, why add again another > > file for the same architecture (we already have 2 for mips: mips.h and > > iris4d.h)? > > Also, quite a bit of effort has been made to remove unused stuff in the > > m/* files, is there anything interesting remaining in that pmax.h file > > after removing #defines that are not used anymore? > > I felt the conservative change of restoring the previous behaviour > most appropriate for the release branch. Feel free to change it on the > trunk. Thanks. I have done that on the trunk.