From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chad Brown Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] OS X: make configure work better out of the box with FSF GCC Date: Mon, 28 Feb 2011 14:15:37 -0800 Message-ID: References: <4D69DBAE.5070401@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: multipart/alternative; boundary=Apple-Mail-40-649073816 X-Trace: dough.gmane.org 1298931357 28483 80.91.229.12 (28 Feb 2011 22:15:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 28 Feb 2011 22:15:57 +0000 (UTC) Cc: Emacs development discussions To: Daniel Colascione Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 28 23:15:53 2011 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.69) (envelope-from ) id 1PuBNf-0004dM-PD for ged-emacs-devel@m.gmane.org; Mon, 28 Feb 2011 23:15:51 +0100 Original-Received: from localhost ([127.0.0.1]:52587 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PuBNe-0006zI-Sb for ged-emacs-devel@m.gmane.org; Mon, 28 Feb 2011 17:15:50 -0500 Original-Received: from [140.186.70.92] (port=35955 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PuBNY-0006yz-IR for emacs-devel@gnu.org; Mon, 28 Feb 2011 17:15:45 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PuBNX-0003eS-Ku for emacs-devel@gnu.org; Mon, 28 Feb 2011 17:15:44 -0500 Original-Received: from mail-gy0-f169.google.com ([209.85.160.169]:55337) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PuBNX-0003eC-IA for emacs-devel@gnu.org; Mon, 28 Feb 2011 17:15:43 -0500 Original-Received: by gyb13 with SMTP id 13so2182770gyb.0 for ; Mon, 28 Feb 2011 14:15:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:subject:mime-version:content-type:from :in-reply-to:date:cc:message-id:references:to:x-mailer; bh=iHCevfyH6bvlGIh40rYK50nQPNdrGWBadOmOafZcock=; b=Ed7cn+0oBqF22dcqOERNuMtP5wgrPHw/XhR9sKxhHusFjsuX0Kh6QOjFkq4lzF8MZl 4XCy4hewWh0cxJ/uOlhAwBG0+cE1eDAHQ6MA1vNcuYhnGrCXwLo/9meB41cji5Ak39Oi KlaEXARIny+YRngdcvkCpgaaONfJEycX71aQY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :message-id:references:to:x-mailer; b=crNQ5t9QwuPPwwWhIuFC7TEvjC3Tdei5HzhVV/ES5yTsVJRTJpeMV0bFxWmg5gqy+h HDXIzED1v3jWIbif9IHl/JtF5z5CNSBvhelm8RLdX7tOiZZBxiGuxtMGzavjItw8bM8L aKJOTF6olF+Y68btgMrbUCtlGGZSf0Mw4Wxj0= Original-Received: by 10.150.140.21 with SMTP id n21mr7773503ybd.446.1298931342329; Mon, 28 Feb 2011 14:15:42 -0800 (PST) Original-Received: from [10.0.0.149] ([12.132.232.170]) by mx.google.com with ESMTPS id q29sm2546578ybk.10.2011.02.28.14.15.39 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 28 Feb 2011 14:15:41 -0800 (PST) In-Reply-To: X-Mailer: Apple Mail (2.1082) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.160.169 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:136624 Archived-At: --Apple-Mail-40-649073816 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii On Feb 28, 2011, at 1:04 PM, Daniel Colascione wrote: > > Apple essentially forked gcc 4.2, and it still reports that version. > I don't know a good way to distinguish Apple-patched gcc 4.2 from > FSF-issue gcc 4.2 ; gcc --version i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5659) Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Presumably only the Apple-patched versions say ``Apple Inc. build #'', yes? *Chad (anyone else find the copyright year humorous?) --Apple-Mail-40-649073816 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii

Apple = essentially forked gcc 4.2, and it still reports that version.
I = don't know a good way to distinguish Apple-patched gcc 4.2 = from
FSF-issue gcc 4.2

; = gcc --version
i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple = Inc. build 5659)
Copyright (C) 2007 Free Software Foundation, = Inc.
This is free software; see the source for copying = conditions.  There is NO
warranty; not even for = MERCHANTABILITY or FITNESS FOR A PARTICULAR = PURPOSE.

Presumably only the = Apple-patched versions say ``Apple Inc. build #'', = yes?

*Chad
(anyone else find the = copyright year = humorous?)


= --Apple-Mail-40-649073816--