From patchwork Thu Jun 2 10:12:12 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nathan Sidwell X-Patchwork-Id: 98363 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id ECD0CB6F9C for ; Thu, 2 Jun 2011 20:12:36 +1000 (EST) Received: (qmail 20534 invoked by alias); 2 Jun 2011 10:12:35 -0000 Received: (qmail 20525 invoked by uid 22791); 2 Jun 2011 10:12:34 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL, BAYES_00, T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 02 Jun 2011 10:12:16 +0000 Received: (qmail 2762 invoked from network); 2 Jun 2011 10:12:15 -0000 Received: from unknown (HELO ?192.168.44.105?) (nathan@127.0.0.2) by mail.codesourcery.com with ESMTPA; 2 Jun 2011 10:12:15 -0000 Message-ID: <4DE761FC.4030503@codesourcery.com> Date: Thu, 02 Jun 2011 11:12:12 +0100 From: Nathan Sidwell User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110424 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 To: Ian Lance Taylor CC: gcc-patches@gcc.gnu.org Subject: Re: Add missing ChangeLog entry References: In-Reply-To: Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org On 06/01/11 15:32, Ian Lance Taylor wrote: > I noticed that we have a --with-specs option in gcc/configure.ac, added > in revision 155208 with this e-mail message: > http://gcc.gnu.org/ml/gcc-patches/2009-12/msg00132.html sorry about that. How's the attachd documentation? 2011-06-02 Nathan Sidwell * doc/install.texi (Options specification): Document --with-specs. Index: doc/install.texi =================================================================== --- doc/install.texi (revision 174559) +++ doc/install.texi (working copy) @@ -771,6 +771,12 @@ on other configuration options, and differs between cross and native configurations. +@item --with-specs=@var{specs} +Specify additional command line driver SPECS. This can be useful if +you to turn on a non-standard feature by default without modifying the +compiler's source code, for instance +@option{--with-specs=%@{!fcommon:%@{!fno-common:-fno-common@}@}}. + @end table @item --program-prefix=@var{prefix}