From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 78416 invoked by alias); 24 Jul 2018 19:46:22 -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 78265 invoked by uid 89); 24 Jul 2018 19:46:21 -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 autolearn=ham version=3.3.2 spammy=skimmed X-HELO: eggs.gnu.org Received: from eggs.gnu.org (HELO eggs.gnu.org) (208.118.235.92) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 24 Jul 2018 19:46:20 +0000 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fi3GA-0007WZ-LL for gcc-patches@gcc.gnu.org; Tue, 24 Jul 2018 15:46:18 -0400 Received: from gate.crashing.org ([63.228.1.57]:55877) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fi3G9-0007Tl-LF for gcc-patches@gcc.gnu.org; Tue, 24 Jul 2018 15:46:14 -0400 Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.14.1) with ESMTP id w6OJZtaR024233; Tue, 24 Jul 2018 14:35:56 -0500 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id w6OJZoEj024225; Tue, 24 Jul 2018 14:35:50 -0500 Date: Tue, 24 Jul 2018 19:46: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: <20180724193548.GP16221@gate.crashing.org> References: <49d0a2c8-51a0-4a74-d015-0bf1c1098e38@codesourcery.com> <2cb6c9c9-7abf-2115-ee9c-f57ffaef25bd@codesourcery.com> <20180724181021.GO16221@gate.crashing.org> <5e388088-2644-9642-2229-a2f2bd30ffd0@codesourcery.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5e388088-2644-9642-2229-a2f2bd30ffd0@codesourcery.com> User-Agent: Mutt/1.4.2.3i X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x [fuzzy] X-Received-From: 63.228.1.57 X-IsSubscribed: yes X-SW-Source: 2018-07/txt/msg01424.txt.bz2 On Tue, Jul 24, 2018 at 12:19:30PM -0600, Sandra Loosemore wrote: > 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. Thanks! Rest looks fine fwiw (I just skimmed it, and I cannot read .gz files without some effort, so take it for what it's worth: not too much ;-) ). Segher