public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Matthew Gretton-Dann <matthew.gretton-dann@linaro.org>
To: "gcc-patches@gcc.gnu.org" <gcc-patches@gcc.gnu.org>,
	Patch Tracking <patches@linaro.org>
Cc: Richard Earnshaw <rearnsha@arm.com>,
	ramrad01@arm.com, doko@canonical.com
Subject: Re: [RFA/4.7/ARM] Backport arm-*-linux-gnueabihf triplet support to 4.7
Date: Fri, 07 Dec 2012 13:52:00 -0000	[thread overview]
Message-ID: <CADSXKXq7kumz6yAGNXntkg7ugMiU2WX8ORgdm7AVg_ED0G43Nw@mail.gmail.com> (raw)
In-Reply-To: <CADSXKXrYXNDtSWJyowjADud9Twyd5vUXn3SzhvrWfO9b9dF6-A@mail.gmail.com>

PING^2

On 29 November 2012 14:45, Matthew Gretton-Dann
<matthew.gretton-dann@linaro.org> wrote:
> PING
>
> On 20 November 2012 20:34, Matthew Gretton-Dann
> <matthew.gretton-dann@linaro.org> wrote:
>> All,
>>
>> This patch backports Matthais Klose's arm*-*-linux-gnueabihf triplet
>> support patch of 2012-10-15 to 4.7.
>>
>> The backport was not clean as 4.8 has obsoleted various arm*-*-*
>> triplets which are valid in 4.7.
>>
>> I have tested this cross with arm-none-linux-gnueabihf and
>> arm-none-linux-gnueabi.
>>
>> One question I do have having done this work - is there a canonical way to
>> test for the arm*-*-linux-gnueabi triplet (or variants)?  Various configure
>> and testsuite files test for this, but there doesn't seem to be a consistent
>> method.
>>
>> OK for 4.7?
>>
>> Thanks,
>>
>> Matt
>>
>> 2012-11-08  Matthew Gretton-Dann  <matthew.gretton-dann@linaro.org>
>>
>>         Backport from mainline
>>         2012-10-15  Matthias Klose  <doko@ubuntu.com>
>>
>>         * config.gcc: Match arm*-*-linux-* for ARM Linux/GNU.
>>         * doc/install.texi: Use arm-*-*linux-* instead of arm-*-*linux-gnueabi.
>>
>> gcc/ada/ChangeLog:
>> 2012-11-08  Matthew Gretton-Dann  <matthew.gretton-dann@linaro.org>
>>
>>         Backport from mainline.
>>         2012-10-15  Matthias Klose  <doko@ubuntu.com>
>>
>>         * gcc-interface/Makefile.in: Match arm*-*-linux-*eabi* for
>>         ARM Linux/GNU.
>>
>> gcc/testsuite/ChangeLog:
>> 2012-11-08  Matthew Gretton-Dann  <matthew.gretton-dann@linaro.org>
>>
>>         Backport from mainline
>>         2012-10-15  Matthias Klose  <doko@ubuntu.com>
>>
>>         * lib/target-supports.exp (check_profiling_available): Match
>>         arm*-*-linux-* for ARM Linux/GNU.
>>         * gfortran.dg/enum_10.f90: Likewise.
>>         * gfortran.dg/enum_9.f90: Likewise.
>>         * gcc.target/arm/synchronize.c: Likewise.
>>         * g++.old-deja/g++.jason/enum6.C: Likewise.
>>         * g++.old-deja/g++.law/enum9.C: Likewise.
>>         * g++.old-deja/g++.other/enum4.C: Likewise.
>>
>> libgcc/ChangeLog:
>> 2012-11-08  Matthew Gretton-Dann  <matthew.gretton-dann@linaro.org
>>
>>         Backport from mainline.
>>         2012-10-15  Matthias Klose  <doko@ubuntu.com>
>>
>>         * config.host: Match arm*-*-linux-* for ARM Linux/GNU.
>>
>> libjava/ChangeLog:
>> 2012-11-08  Matthew Gretton-Dann  <matthew.gretton-dann@linaro.org>
>>
>>         Backport from mainline.
>>         2012-10-15  Matthias Klose  <doko@ubuntu.com>
>>
>>         * configure.ac: Match arm*-*-linux-* for ARM Linux/GNU.
>>         * configure: Regenerate.
>>
>> libstdc++-v3/ChangeLog:
>> 2012-11-08  Matthew Gretton-Dann  <matthew.gretton-dann@linaro.org>
>>
>>         Backport from mainline
>>         2012-10-15  Matthias Klose  <doko@ubuntu.com>
>>
>>         * configure.host: Match arm*-*-linux-* for ARM Linux/GNU.
>>         * testsuite/20_util/make_signed/requirements/typedefs-2.cc: Likewise.
>>         * testsuite/20_util/make_unsigned/requirements/typedefs-2.cc: Likewise.

--
Matthew Gretton-Dann
Linaro Toolchain Working Group
matthew.gretton-dann@linaro.org

  reply	other threads:[~2012-12-07 13:52 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-20 20:35 Matthew Gretton-Dann
2012-11-21  0:05 ` Matthias Klose
2012-11-21 11:49   ` Matthew Gretton-Dann
2012-12-17 14:35     ` Richard Earnshaw
2012-12-21 10:02       ` Matthew Gretton-Dann
2012-11-26 12:13 ` Richard Biener
2012-11-29 14:45 ` Matthew Gretton-Dann
2012-12-07 13:52   ` Matthew Gretton-Dann [this message]
2012-12-17 14:28 ` Richard Earnshaw

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CADSXKXq7kumz6yAGNXntkg7ugMiU2WX8ORgdm7AVg_ED0G43Nw@mail.gmail.com \
    --to=matthew.gretton-dann@linaro.org \
    --cc=doko@canonical.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=patches@linaro.org \
    --cc=ramrad01@arm.com \
    --cc=rearnsha@arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).