From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 109415 invoked by alias); 17 Feb 2017 11:32:11 -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 109396 invoked by uid 89); 17 Feb 2017 11:32:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=H*MI:sk:97780aa, H*f:sk:97780aa, H*i:sk:97780aa, U*thomas.preudhomme X-HELO: foss.arm.com Received: from foss.arm.com (HELO foss.arm.com) (217.140.101.70) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 17 Feb 2017 11:32:00 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id C45E1344; Fri, 17 Feb 2017 03:31:58 -0800 (PST) Received: from [10.2.206.52] (usa-sjc-imap-foss1.foss.arm.com [10.72.51.249]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 53C743F23B; Fri, 17 Feb 2017 03:31:58 -0800 (PST) Subject: Re: [PATCH, GCC/x86 mingw32] Add configure option to force wildcard behavior on Windows To: JonY <10walls@gmail.com>, "gcc-patches@gcc.gnu.org" References: <3c3cd900-7d38-a66d-d306-12c968d26f0b@gmail.com> <35f8542e-df08-62ac-da0e-824a974b96e6@foss.arm.com> <7aaf616d-2e0a-cf68-3e4b-0c48b6e16d00@foss.arm.com> <97780aa1-62c2-9471-a9f7-fce968f94fe3@gmail.com> From: Thomas Preudhomme Message-ID: Date: Fri, 17 Feb 2017 11:51:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <97780aa1-62c2-9471-a9f7-fce968f94fe3@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-02/txt/msg01104.txt.bz2 Here you are: 2017-01-24 Thomas Preud'homme * configure.ac (--enable-mingw-wildcard): Add new configurable feature. * configure: Regenerate. * config.in: Regenerate. * config/i386/driver-mingw32.c: new file. * config/i386/x-mingw32: Add rule to build driver-mingw32.o. * config.host: Link driver-mingw32.o on MinGW host. * doc/install.texi: Document new --enable-mingw-wildcard configure option. Must have forgotten to paste it. On 17/02/17 10:52, JonY wrote: > On 02/14/2017 10:42 AM, JonY wrote: >> On 02/14/2017 09:32 AM, Thomas Preudhomme wrote: >>>> >>>> Looks good, be sure to emphasize this option affects mingw hosted GCC >>>> only, not the compiler output. >>> >>> I think that should be pretty clear in the latest version of the patch, >>> doc/install.texi contains: >>> >>> "Note that this option only affects wildcard expansion for GCC itself. >>> It does >>> not affect wildcard expansion of executables built by the resulting GCC." >>> >>> If you think a part of that sentence is still confusing please let me >>> know and I'll improve it. >>> >>> Best regards, >>> >>> Thomas >>> >> >> Yes, that should be good, no more objections. >> >> > > Before I forget, please also provide a changelog, thanks. > >