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: Drop OS X 10.4 Date: Tue, 14 Oct 2014 13:26:55 -0400 Message-ID: References: <543806BC.9050300@cs.ucla.edu> <43EC184F-DCCC-4A62-986E-00EF144981B4@swipnet.se> <8BBA848D-F715-4284-AC3B-DFC96B103D57@swipnet.se> <2A2D6A35-0804-412D-BEA4-A23592FFC244@swipnet.se> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1413307641 2449 80.91.229.3 (14 Oct 2014 17:27:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 14 Oct 2014 17:27:21 +0000 (UTC) Cc: emacs-devel@gnu.org To: Jan =?utf-8?Q?Dj=C3=A4rv?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 14 19:27:13 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Xe5sO-0004q9-GJ for ged-emacs-devel@m.gmane.org; Tue, 14 Oct 2014 19:27:12 +0200 Original-Received: from localhost ([::1]:39590 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xe5sN-0000XQ-Ul for ged-emacs-devel@m.gmane.org; Tue, 14 Oct 2014 13:27:11 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:32819) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xe5sC-0000XK-MJ for emacs-devel@gnu.org; Tue, 14 Oct 2014 13:27:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xe5s8-0007YT-Qg for emacs-devel@gnu.org; Tue, 14 Oct 2014 13:27:00 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:36258) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xe5s8-0007YN-NP for emacs-devel@gnu.org; Tue, 14 Oct 2014 13:26:56 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Xe5s7-0001Eh-PB; Tue, 14 Oct 2014 13:26:55 -0400 X-Spook: AFSPC ammunition nuclear world domination Zachawi X-Ran: ;5Z=Z;x{_D!= List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:175358 Archived-At: Jan Dj=C3=A4rv wrote: > I have added a test to configure. IIUC, I don't think you need to call uname -r again, because that information is already in $canonical. build-aux/config.guess does: UNAME_RELEASE=3D`(uname -r) 2>/dev/null` || UNAME_RELEASE=3Dunknown and then ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} So I think it can just be merged into the main $canonical "unported" test (see eg handling of sunos versions). > But I was wondering about crosscompiling. We really do not support > that, do we? IIRC, we don't support that at all, anywhere.