From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12693 invoked by alias); 25 Jun 2012 21:32:16 -0000 Received: (qmail 12672 invoked by uid 22791); 25 Jun 2012 21:32:15 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from youngberry.canonical.com (HELO youngberry.canonical.com) (91.189.89.112) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 25 Jun 2012 21:32:02 +0000 Received: from dslb-088-073-081-176.pools.arcor-ip.net ([88.73.81.176] helo=[192.168.42.210]) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1SjGt7-0003fq-99; Mon, 25 Jun 2012 21:32:01 +0000 Message-ID: <4FE8D88D.7040300@ubuntu.com> Date: Mon, 25 Jun 2012 21:32:00 -0000 From: Matthias Klose User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 MIME-Version: 1.0 To: Matthias Klose CC: Richard Earnshaw , GCC Patches , GCJ-patches , "libstdc++@gcc.gnu.org" Subject: Re: [patch] [gcc/libgcc/ada/libstdc++] Match arm*-*-linux-*eabi* for ARM Linux/GNU EABI References: <4FE854B6.9070500@ubuntu.com> <4FE86608.8020808@arm.com> <4FE88FF5.60208@ubuntu.com> In-Reply-To: <4FE88FF5.60208@ubuntu.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact java-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-patches-owner@gcc.gnu.org X-SW-Source: 2012-q2/txt/msg00026.txt.bz2 On 25.06.2012 18:21, Matthias Klose wrote: > On 25.06.2012 15:22, Richard Earnshaw wrote: >> On 25/06/12 13:08, Matthias Klose wrote: >>> gcc/config.gcc now allows matching arm*-*-linux-*eabi* instead of >>> arm*-*-linux-*eabi for ARM Linux/GNU EABI. This changes the matching in various >>> other places as well. arm-linux-gnueabihf is used as a triplet by some >>> distributions. >>> >>> Ok for the trunk? >>> >> >> now that all arm-linux ports are EABI conforming, why can't this just become >> >> arm*-*-linux* >> ? > > I assume it could. But I didn't check for other places where this would be needed. $ grep -r 'arm[^_]*eabi' . |egrep -v 'ChangeLog|\.svn/'|wc -l 87 this seems to be a larger change, which should have been committed when the old abi targets were deprecated. I'd like to get the eabi* change in first. Matthias