From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1448 invoked by alias); 17 Dec 2012 14:35:12 -0000 Received: (qmail 653 invoked by uid 22791); 17 Dec 2012 14:35:08 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,TW_IV X-Spam-Check-By: sourceware.org Received: from service88.mimecast.com (HELO service88.mimecast.com) (195.130.217.12) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 17 Dec 2012 14:35:02 +0000 Received: from cam-owa2.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.21]) by service87.mimecast.com; Mon, 17 Dec 2012 14:28:27 +0000 Received: from [10.1.69.67] ([10.1.255.212]) by cam-owa2.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 17 Dec 2012 14:28:27 +0000 Message-ID: <50CF2C0A.3000505@arm.com> Date: Mon, 17 Dec 2012 14:35:00 -0000 From: Richard Earnshaw User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 MIME-Version: 1.0 To: Matthew Gretton-Dann CC: Matthias Klose , "gcc-patches@gcc.gnu.org" , "patches@linaro.org" , Richard Biener Subject: Re: [RFA/4.7/ARM] Backport arm-*-linux-gnueabihf triplet support to 4.7 References: <2043702.301rbd19p6@e103209-lin> <50AC1AB4.6060402@ubuntu.com> In-Reply-To: X-MC-Unique: 112121714282714701 Content-Type: text/plain; charset=WINDOWS-1252; format=flowed Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes 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 X-SW-Source: 2012-12/txt/msg01056.txt.bz2 On 21/11/12 11:48, Matthew Gretton-Dann wrote: > On 21 November 2012 00:05, Matthias Klose wrote: >> >> looks fine, except one missing chunk from my original patch. maybe left = out >> intentionally. >> >> Matthias >> >> Index: b/src/gcc/config.gcc >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >> --- a/src/gcc/config.gcc >> +++ b/src/gcc/config.gcc >> @@ -934,7 +934,7 @@ >> tm_file=3D"dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/lin= ux-gas.h >> arm/uclinux-elf.h glibc-stdint.h" >> tmake_file=3D"arm/t-arm arm/t-arm-elf" >> case ${target} in >> - arm*-*-uclinux*eabi) >> + arm*-*-uclinux*eabi*) >> tm_file=3D"$tm_file arm/bpabi.h arm/uclinux-eabi.h" >> tmake_file=3D"$tmake_file arm/t-bpabi" >> # The BPABI long long divmod functions return a 128-bit val= ue in > > This change isn't in your commit to trunk of 2012-10-15 which is what > I backported. This is because Richard Earnshaw effectively made this > change when he removed FPA support (SVN rev 188510). > > I'm happy to do a patch that makes this change - but I think it should > be a separate patch to this backport one. > I would have thought this ought to be done for consistency. R.