From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 77407 invoked by alias); 20 Nov 2018 11:44:21 -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 77385 invoked by uid 89); 20 Nov 2018 11:44:20 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Stubbs, stubbs, Recognize, H*f:sk:30e5af6 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 20 Nov 2018 11:44:19 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=SVR-IES-MBX-03.mgc.mentorg.com) by relay1.mentorg.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-SHA384:256) id 1gP4S0-00052F-9M from Andrew_Stubbs@mentor.com for gcc-patches@gcc.gnu.org; Tue, 20 Nov 2018 03:44:16 -0800 Received: from [172.30.88.119] (137.202.0.90) by SVR-IES-MBX-03.mgc.mentorg.com (139.181.222.3) with Microsoft SMTP Server (TLS) id 15.0.1320.4; Tue, 20 Nov 2018 11:44:11 +0000 Subject: Re: [PATCH 06/10] GCN back-end config To: Joseph Myers CC: References: <30e5af6bb22bdb4ac2bd7617e8d91b72ad765e98.1542381960.git.ams@codesourcery.com> From: Andrew Stubbs Message-ID: Date: Tue, 20 Nov 2018 11:44:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2018-11/txt/msg01708.txt.bz2 On 16/11/2018 17:44, Joseph Myers wrote: > On Fri, 16 Nov 2018, Andrew Stubbs wrote: > >> * config.sub: Recognize amdgcn*-*-amdhsa. > > config.sub should be copied from upstream config.git (along with > config.guess at the same time), once the support has been added there; it > shouldn't be patched locally in GCC. GNU config has now been patched. You can consider the config.sub portion of this patch obsolete. Andrew