From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 111719 invoked by alias); 24 Jul 2018 18:19:39 -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 111359 invoked by uid 89); 24 Jul 2018 18:19:38 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-24.8 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:0700 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, 24 Jul 2018 18:19:37 +0000 Received: from svr-orw-mbx-03.mgc.mentorg.com ([147.34.90.203]) by relay1.mentorg.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-SHA384:256) id 1fi1uJ-0005LO-Nd from Sandra_Loosemore@mentor.com ; Tue, 24 Jul 2018 11:19:35 -0700 Received: from [127.0.0.1] (147.34.91.1) by svr-orw-mbx-03.mgc.mentorg.com (147.34.90.203) with Microsoft SMTP Server (TLS) id 15.0.1320.4; Tue, 24 Jul 2018 11:19:32 -0700 Subject: Re: [5/5] C-SKY port: libgcc To: Segher Boessenkool CC: "gcc-patches@gcc.gnu.org" , Han Mao , Yunhai Shang References: <49d0a2c8-51a0-4a74-d015-0bf1c1098e38@codesourcery.com> <2cb6c9c9-7abf-2115-ee9c-f57ffaef25bd@codesourcery.com> <20180724181021.GO16221@gate.crashing.org> From: Sandra Loosemore Message-ID: <5e388088-2644-9642-2229-a2f2bd30ffd0@codesourcery.com> Date: Tue, 24 Jul 2018 18:19:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <20180724181021.GO16221@gate.crashing.org> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2018-07/txt/msg01418.txt.bz2 On 07/24/2018 12:10 PM, Segher Boessenkool wrote: > On Mon, Jul 23, 2018 at 10:26:35PM -0600, Sandra Loosemore wrote: >> diff --git a/libgcc/config.host b/libgcc/config.host >> index 18cabaf..b2ee0c9 100644 >> --- a/libgcc/config.host >> +++ b/libgcc/config.host >> @@ -94,6 +94,9 @@ am33_2.0-*-linux*) >> arc*-*-*) >> cpu_type=arc >> ;; >> +csky*-*-*) >> + cpu_type=csky >> + ;; >> arm*-*-*) >> cpu_type=arm >> ;; > > This long list was alphabetic before (except x86_64 and tic6x, alas); > let's not make things worse? Oops! Good catch on that. I'll take care of it. -Sandra