From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 98045 invoked by alias); 24 Jul 2018 18:10:41 -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 98034 invoked by uid 89); 24 Jul 2018 18:10:41 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-24.6 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy= X-HELO: gate.crashing.org Received: from gate.crashing.org (HELO gate.crashing.org) (63.228.1.57) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 24 Jul 2018 18:10:39 +0000 Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.14.1) with ESMTP id w6OIAPLG019255; Tue, 24 Jul 2018 13:10:26 -0500 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id w6OIAM35019251; Tue, 24 Jul 2018 13:10:22 -0500 Date: Tue, 24 Jul 2018 18:10:00 -0000 From: Segher Boessenkool To: Sandra Loosemore Cc: "gcc-patches@gcc.gnu.org" , Han Mao , Yunhai Shang Subject: Re: [5/5] C-SKY port: libgcc Message-ID: <20180724181021.GO16221@gate.crashing.org> References: <49d0a2c8-51a0-4a74-d015-0bf1c1098e38@codesourcery.com> <2cb6c9c9-7abf-2115-ee9c-f57ffaef25bd@codesourcery.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2cb6c9c9-7abf-2115-ee9c-f57ffaef25bd@codesourcery.com> User-Agent: Mutt/1.4.2.3i X-IsSubscribed: yes X-SW-Source: 2018-07/txt/msg01415.txt.bz2 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? Segher