From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30770 invoked by alias); 7 Dec 2012 13:52:19 -0000 Received: (qmail 30749 invoked by uid 22791); 7 Dec 2012 13:52:17 -0000 X-SWARE-Spam-Status: No, hits=-3.6 required=5.0 tests=BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-ee0-f47.google.com (HELO mail-ee0-f47.google.com) (74.125.83.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 07 Dec 2012 13:52:11 +0000 Received: by mail-ee0-f47.google.com with SMTP id e51so288540eek.20 for ; Fri, 07 Dec 2012 05:52:10 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-gm-message-state; bh=CdNkLzQilHUONEA+3QIQ091h49PmuWpJlJHkBagFNWY=; b=PQcyjVuTQ6L5FsS4AXlWjVzjpE75o1O7sDO8wANGrRh6itQvTFN1ey+auWMCkfnN3B ESshui7Yj/WORj1lijootG7ncFKm+zG9JVtmB3qFWq6C4QeDyeJBM073C6dPRZWxDTAU W0JLq68ApWak+WY/wYXp5anbuiFkACjr98ouU0bRc02GLDTO1s0h6Nvox+YD9Fi31PUr tdlLU8InRX2T656Nh6szViR4jToGqPphNKrLOr4KUFKDI5Rh+HZBW/X1onznHJshuodJ 4lNNg/1dUdmodk9Z1u9c9K/kntOT3E75h/Tkpgj9vvvxZkyGMz/bjuO7e9r29MS+Z9h2 R4Kg== MIME-Version: 1.0 Received: by 10.14.213.134 with SMTP id a6mr16905218eep.45.1354888329996; Fri, 07 Dec 2012 05:52:09 -0800 (PST) Received: by 10.14.141.66 with HTTP; Fri, 7 Dec 2012 05:52:09 -0800 (PST) In-Reply-To: References: <2043702.301rbd19p6@e103209-lin> Date: Fri, 07 Dec 2012 13:52:00 -0000 Message-ID: Subject: Re: [RFA/4.7/ARM] Backport arm-*-linux-gnueabihf triplet support to 4.7 From: Matthew Gretton-Dann To: "gcc-patches@gcc.gnu.org" , Patch Tracking Cc: Richard Earnshaw , ramrad01@arm.com, doko@canonical.com Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQlfihwngaeSYKh/yIe+SQ5opGuE8+T5ApXy8ShRq7Zw/BakfbKfzotluZTxPVvIHwYbHWHX 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/msg00491.txt.bz2 PING^2 On 29 November 2012 14:45, Matthew Gretton-Dann wrote: > PING > > On 20 November 2012 20:34, Matthew Gretton-Dann > 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 >> >> Backport from mainline >> 2012-10-15 Matthias Klose >> >> * 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 >> >> Backport from mainline. >> 2012-10-15 Matthias Klose >> >> * gcc-interface/Makefile.in: Match arm*-*-linux-*eabi* for >> ARM Linux/GNU. >> >> gcc/testsuite/ChangeLog: >> 2012-11-08 Matthew Gretton-Dann >> >> Backport from mainline >> 2012-10-15 Matthias Klose >> >> * 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 > >> Backport from mainline. >> 2012-10-15 Matthias Klose >> >> * config.host: Match arm*-*-linux-* for ARM Linux/GNU. >> >> libjava/ChangeLog: >> 2012-11-08 Matthew Gretton-Dann >> >> Backport from mainline. >> 2012-10-15 Matthias Klose >> >> * configure.ac: Match arm*-*-linux-* for ARM Linux/GNU. >> * configure: Regenerate. >> >> libstdc++-v3/ChangeLog: >> 2012-11-08 Matthew Gretton-Dann >> >> Backport from mainline >> 2012-10-15 Matthias Klose >> >> * 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