emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Drop OS X 10.4


From: Glenn Morris
Subject: Re: Drop OS X 10.4
Date: Tue, 14 Oct 2014 13:26:55 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Jan Djärv 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=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]