From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6885 invoked by alias); 16 Dec 2010 23:34:42 -0000 Received: (qmail 6564 invoked by uid 22791); 16 Dec 2010 23:34:42 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RFC_ABUSE_POST,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from qmta06.emeryville.ca.mail.comcast.net (HELO qmta06.emeryville.ca.mail.comcast.net) (76.96.30.56) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 16 Dec 2010 23:34:38 +0000 Received: from omta06.emeryville.ca.mail.comcast.net ([76.96.30.51]) by qmta06.emeryville.ca.mail.comcast.net with comcast id joe01f00916AWCUA6zacxd; Thu, 16 Dec 2010 23:34:36 +0000 Received: from up.mrs.kithrup.com ([24.4.193.8]) by omta06.emeryville.ca.mail.comcast.net with comcast id jzab1f00E0BKwT48SzabC2; Thu, 16 Dec 2010 23:34:36 +0000 Subject: Re: Add Darwin options from specs to darwin.opt Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset=us-ascii From: Mike Stump In-Reply-To: Date: Fri, 17 Dec 2010 01:52:00 -0000 Cc: gcc-patches@gcc.gnu.org, dalej@apple.com, echristo@apple.com, stanshebs@earthlink.net Content-Transfer-Encoding: quoted-printable Message-Id: <59E48D7B-086F-4412-9D59-FB887B650FE9@comcast.net> References: To: Joseph S. Myers X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2010-12/txt/msg01346.txt.bz2 On Dec 16, 2010, at 3:01 PM, Joseph S. Myers wrote: > In preparation for the driver only accepting options listed in .opt > files, and not other options that simply happen to match some spec, > this patch adds Darwin options matched by specs to darwin.opt. > OK to commit? Ok. I'm half expecting that the entire reason for using -Z prefixes will eventu= ally go away and we can just remove all the -Z stuff.