From patchwork Thu May 4 14:40:41 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Preudhomme X-Patchwork-Id: 758596 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]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3wJd4S0fPKz9s2Q for ; Fri, 5 May 2017 00:40:55 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="dYhZwWy9"; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :subject:to:references:cc:from:message-id:date:mime-version :in-reply-to:content-type; q=dns; s=default; b=HjlkKswi/5tcexpXr x5NYAIoGFNo5QkdF6lv/BFDRR9a3xuKXoQmTbGJuOmeF4sNzMf9srJgJ0vG4SxD6 cykq1qebNkjXyFxFF3u77s+aFSM2MsQG3hk4CFLsWOPhHc4m3+1PhIf3PWU3pBoD GXihhGY+DYAspMmZ5BgxKIT1c8= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :subject:to:references:cc:from:message-id:date:mime-version :in-reply-to:content-type; s=default; bh=b8nseJsNYczj/N2hzKGdica pjQQ=; b=dYhZwWy92/aPgkXmmHXKks+z8ZAKlHW9MkyY2SI41KXR+zK7wpl6U2b wR+oD4G7myyBZFQYmarfPePdgIsQZ1rz4YJ5eE6DnX30s2Vl2lPWxbv4ZJVtGjAW 5qLY74P0DbP+uYGxQMhd6QvqxiNHbfoBtGTsTKq4iVXt9IMZqEQQ= Received: (qmail 89838 invoked by alias); 4 May 2017 14:40:44 -0000 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 Received: (qmail 89817 invoked by uid 89); 4 May 2017 14:40:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-10.9 required=5.0 tests=BAYES_00, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy= 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; Thu, 04 May 2017 14:40:42 +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 5D63F344; Thu, 4 May 2017 07:40:43 -0700 (PDT) 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 9A29B3F23B; Thu, 4 May 2017 07:40:42 -0700 (PDT) Subject: Re: [wwwdocs] gcc-8/porting_to.html To: Gerald Pfeifer 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> <20845b34-f951-f2d1-0365-b8c8e788be5b@foss.arm.com> <871db1b6-0d4d-c1fe-8451-646098f509bd@gmail.com> <1e4e16a3-53aa-b1f9-5815-b69fad6a6456@foss.arm.com> Cc: JonY <10walls@gmail.com>, NightStrike , gcc-patches@gcc.gnu.org From: Thomas Preudhomme Message-ID: Date: Thu, 4 May 2017 15:40:41 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: X-IsSubscribed: yes Committed with the suggested changes (see attachment for reference). Thanks. Best regards, Thomas On 23/03/17 06:47, Gerald Pfeifer wrote: > Hi Thomas, > > On Wed, 22 Mar 2017, Thomas Preudhomme wrote: >> Is this ok for wwwdocs once [1] is committed in GCC 8 cycle? > > +
  • GCC on Microsoft Windows can now be configured via > + --enable-mingw-wildcard or > + --disable-mingw-wildcard to force a specific behavior for > + GCC itself with regards to supporting or not the wildcard character. > > Here I would omit the "or not" which I believe does not work well > in English. > > + Prior versions of GCC would follow the configuration of MinGW runtime. > > And here add "the" before "MinGW". > > This looks fine to me with these two minor changes, thank you. > > Gerald Index: htdocs/gcc-8/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-8/changes.html,v retrieving revision 1.2 diff -u -r1.2 changes.html --- htdocs/gcc-8/changes.html 12 Mar 2017 14:25:34 -0000 1.2 +++ htdocs/gcc-8/changes.html 23 Mar 2017 10:44:35 -0000 @@ -135,7 +135,16 @@ - +

    Windows

    +
      +
    • GCC on Microsoft Windows can now be configured via + --enable-mingw-wildcard or + --disable-mingw-wildcard to force a specific behavior for + GCC itself with regards to supporting the wildcard character. Prior + versions of GCC would follow the configuration of the MinGW runtime. + This behavior can still be obtained by not using the above options or by + using --enable-mingw-wildcard=platform.
    • +