From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ulrich Mueller Newsgroups: gmane.emacs.devel Subject: Re: configure.in support for FreeBSD ia64/sparc64/powerpc Date: Mon, 29 Dec 2008 21:20:03 +0100 Message-ID: <18777.12531.501647.9714@a1ihome1.kph.uni-mainz.de> References: <200611032145.kA3Ljj6x078515@kobe.laptop> <87irhv28mx.fsf@stupidchicken.com> <20061106141015.GB3755@kobe.laptop> <18763.42713.941380.795066@a1ihome1.kph.uni-mainz.de> <200812191716.mBJHG0oC016436@mothra.ics.uci.edu> <18763.58258.187720.412172@a1ihome1.kph.uni-mainz.de> <18765.64802.798989.140892@a1ihome1.kph.uni-mainz.de> <18777.10265.165132.46162@a1ihome1.kph.uni-mainz.de> <200812291954.mBTJsKnJ027581@mothra.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1230582045 17349 80.91.229.12 (29 Dec 2008 20:20:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Dec 2008 20:20:45 +0000 (UTC) Cc: Chong Yidong , Giorgos Keramidas , emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 29 21:21:51 2008 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 1LHOcF-0005ao-I5 for ged-emacs-devel@m.gmane.org; Mon, 29 Dec 2008 21:21:32 +0100 Original-Received: from localhost ([127.0.0.1]:37366 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LHOb1-0002UJ-TT for ged-emacs-devel@m.gmane.org; Mon, 29 Dec 2008 15:20:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LHOau-0002Sj-40 for emacs-devel@gnu.org; Mon, 29 Dec 2008 15:20:08 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LHOat-0002SR-NK for emacs-devel@gnu.org; Mon, 29 Dec 2008 15:20:07 -0500 Original-Received: from [199.232.76.173] (port=60233 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LHOat-0002SM-Cv for emacs-devel@gnu.org; Mon, 29 Dec 2008 15:20:07 -0500 Original-Received: from a1iwww1.kph.uni-mainz.de ([134.93.134.1]:36382) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LHOas-0006pW-Ny for emacs-devel@gnu.org; Mon, 29 Dec 2008 15:20:07 -0500 Original-Received: from a1ihome1.kph.uni-mainz.de (a1ihome1.kph.uni-mainz.de [134.93.134.75]) by a1iwww1.kph.uni-mainz.de (8.14.0/8.13.4) with ESMTP id mBTKK3aY002679; Mon, 29 Dec 2008 21:20:03 +0100 Original-Received: from a1ihome1.kph.uni-mainz.de (localhost [127.0.0.1]) by a1ihome1.kph.uni-mainz.de (8.14.0/8.14.1) with ESMTP id mBTKK3YN030047; Mon, 29 Dec 2008 21:20:03 +0100 Original-Received: (from ulm@localhost) by a1ihome1.kph.uni-mainz.de (8.14.0/8.14.0/Submit) id mBTKK39c030042; Mon, 29 Dec 2008 21:20:03 +0100 In-Reply-To: <200812291954.mBTJsKnJ027581@mothra.ics.uci.edu> X-Mailer: VM 8.0.2-487 under Emacs 22.2.1 (i686-pc-linux-gnu) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) 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:107390 Archived-At: >>>>> On Mon, 29 Dec 2008, Dan Nicolaescu wrote: >> I don't know if it's sufficient as a test, but basic editing, as >> well as byte-compiling a large package like CEDET seems to work >> flawlessly on Solaris. >> >> So maybe the original patch should be committed, without the >> additional check for FreeBSD. > If this has not been tested on all versions of Solaris that we > currently support, that won't be a good idea at this point in the > release process. Oh well. "flushw" is a hardware instruction of Sparc-V9, and the code was now tested on Linux, FreeBSD, and Solaris. Do you really expect that there is a difference between different Solaris versions? > We know for sure that the original code works. It doesn't work on FreeBSD. Ulrich