From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14759 invoked by alias); 26 Jun 2012 09:10:56 -0000 Received: (qmail 14712 invoked by uid 22791); 26 Jun 2012 09:10:54 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_NO X-Spam-Check-By: sourceware.org Received: from service87.mimecast.com (HELO service87.mimecast.com) (91.220.42.44) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 26 Jun 2012 09:10:36 +0000 Received: from cam-owa2.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.21]) by service87.mimecast.com; Tue, 26 Jun 2012 10:10:34 +0100 Received: from [10.1.69.67] ([10.1.255.212]) by cam-owa2.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 26 Jun 2012 10:11:21 +0100 Message-ID: <4FE97C7F.8060308@arm.com> Date: Tue, 26 Jun 2012 09:10:00 -0000 From: Richard Earnshaw User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:13.0) Gecko/20120614 Thunderbird/13.0.1 MIME-Version: 1.0 To: Matthias Klose CC: 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> <4FE8D88D.7040300@ubuntu.com> In-Reply-To: <4FE8D88D.7040300@ubuntu.com> X-MC-Unique: 112062610103401201 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable 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/msg00027.txt.bz2 On 25/06/12 22:30, Matthias Klose wrote: > 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 b= ecome >>> >>> arm*-*-linux* >>> ? >> >> I assume it could. But I didn't check for other places where this would = be needed. >=20 > $ grep -r 'arm[^_]*eabi' . |egrep -v 'ChangeLog|\.svn/'|wc -l > 87 >=20 > this seems to be a larger change, which should have been committed when t= he old > abi targets were deprecated. I'd like to get the eabi* change in first. >=20 > Matthias >=20 >=20 Removal of the FPA support is still ongoing, but beware that it doesn't mean that all supported ARM configurations will be EABI conforming (some configurations did not use the FPA and are thus not affected by this change); but all ARM Linux configurations will be. R.