From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26619 invoked by alias); 27 Apr 2015 15:23:19 -0000 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 Received: (qmail 26606 invoked by uid 89); 27 Apr 2015 15:23:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f177.google.com Received: from mail-wi0-f177.google.com (HELO mail-wi0-f177.google.com) (209.85.212.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 27 Apr 2015 15:23:17 +0000 Received: by widdi4 with SMTP id di4so103880246wid.0 for ; Mon, 27 Apr 2015 08:23:14 -0700 (PDT) X-Received: by 10.180.90.169 with SMTP id bx9mr21080283wib.50.1430148194695; Mon, 27 Apr 2015 08:23:14 -0700 (PDT) Received: from ?IPv6:2001:8a0:f91e:8801:f2de:f1ff:fe99:abad? ([2001:8a0:f91e:8801:f2de:f1ff:fe99:abad]) by mx.google.com with ESMTPSA id o5sm12216256wia.0.2015.04.27.08.23.12 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 27 Apr 2015 08:23:12 -0700 (PDT) Message-ID: <553E545F.7030302@gmail.com> Date: Mon, 27 Apr 2015 15:23:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Jan Kratochvil , gcc-patches@gcc.gnu.org CC: Phil Muldoon Subject: Re: [PATCH v2 3/4] libcc1: Add 'set compile-gcc' References: <20150423203827.23973.72954.stgit@host1.jankratochvil.net> <20150423203841.23973.90252.stgit@host1.jankratochvil.net> In-Reply-To: <20150423203841.23973.90252.stgit@host1.jankratochvil.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg01645.txt.bz2 On 04/23/2015 09:38 PM, Jan Kratochvil wrote: > - configury triplet prefix to the compiler. > + configury triplet prefix to the compiler; TRIPLET_REGEXP can be > + also absolute filename to the computer. "to the computer" is probably a typo for "to the compiler". Also, double space after "filename". > The arguments are copied by GCC. ARGV need not be Thanks, Pedro Alves