From patchwork Thu Jun 7 08:12:26 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zhenqiang Chen X-Patchwork-Id: 163513 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id B64E0B6FBE for ; Thu, 7 Jun 2012 18:12:50 +1000 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1339661571; h=Comment: DomainKey-Signature:Received:Received:Received:Received: MIME-Version:Received:Received:Date:Message-ID:Subject:From:To: Content-Type:Mailing-List:Precedence:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:Sender:Delivered-To; bh=o4vetmt /MUQApZ2uhYCR8J8qwyA=; b=FtDBpxyiSmRpekYK1NTuqORywD6sy7qHkVCCoaE 1M2tkMIzmaWoAD+6SvR11XW7dmI+UpuiqZ9q7e0kz+kzIPYf/vZ2WlNac1PkMXuU OvNL54NO0kOI0myl2D9bjxjoaLBF+iNISDsG+r65h/kTUhyUKeoojO4BXXsqk/W/ TFCc= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:X-Google-DKIM-Signature:MIME-Version:Received:Received:Date:Message-ID:Subject:From:To:Content-Type:X-Gm-Message-State:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=LVFO3wXM/dHPh84I0xfReOKz41K9TyZIM1KsNS2jPnwV0U2JLoii8oazondHya NLGguC9et7Nxa/zECdWHiT5y0Ax78+FDIWrc6ixVxEtZ4ztgW7UpPuIsrj11l0U7 1jPR1b2jU3A8i0weEREFZks1oBkLgwY8R4tNOOwr80zvs=; Received: (qmail 445 invoked by alias); 7 Jun 2012 08:12:43 -0000 Received: (qmail 424 invoked by uid 22791); 7 Jun 2012 08:12:40 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL, BAYES_00, KHOP_RCVD_UNTRUST, RCVD_IN_DNSWL_LOW, RCVD_IN_HOSTKARMA_YE, TW_IV X-Spam-Check-By: sourceware.org Received: from mail-we0-f175.google.com (HELO mail-we0-f175.google.com) (74.125.82.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 07 Jun 2012 08:12:27 +0000 Received: by werg55 with SMTP id g55so209213wer.20 for ; Thu, 07 Jun 2012 01:12:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type :x-gm-message-state; bh=SJO0wbsS1qZJclrZXlpsPg6EFkZ29Oze680POwwKBC8=; b=Q1Yklo5qOkYpJQdUv3TiwFt9LtlLti5EmThOwJAGApEI4bYtHBP2x+7FArywhj8sRF GhRj5A3PlGNFP6fPs+sRRN5CC3aLlC1uvwBui6vYNZY29amjNeMCeMUBOvx+w6rMB2Dm Y43V6uj6jEaaV6BWfyQbCqpIBGs/RoqgzjyivlgpV08rBN8/TlICyo1R3cRxGmK8ZEkM hVISgn1JZFi7jLHU+sMvGZw6n/jK6HiSDWVJuAKIqrBZW+xabN7NOttGSaol6EP/Qmvm 2kMEbmGWQ7qlS0M4zhZ5P6M589s8BT+55mp6EtYQTK1k9xcMAghjQb6qJUldG/s+28m5 l2Yg== MIME-Version: 1.0 Received: by 10.216.145.97 with SMTP id o75mr236201wej.7.1339056746065; Thu, 07 Jun 2012 01:12:26 -0700 (PDT) Received: by 10.180.81.136 with HTTP; Thu, 7 Jun 2012 01:12:26 -0700 (PDT) Date: Thu, 7 Jun 2012 16:12:26 +0800 Message-ID: Subject: [Patch][ARM] Add arm-linux-gnueabihf triplet support. From: Zhenqiang Chen To: gcc-patches@gcc.gnu.org X-Gm-Message-State: ALoCoQlkRdIfz+MTdFkUfk/rYgTmJ7feTFMUGo8Cv9HXUXMiXsjQz+aaIdQSAhpaRK8C1hhFnZkn Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Hi, The patch adds arm-linux-gnueabihf triplet support. No regression for arm-linux-gnueabi tests. There are some differences between testsuite results on softfp Natty builders and the new hard float Precise builders. But none are due to the change in triplet. Thanks! -Zhenqiang gcc/ada/ChangeLog: 2012-06-07 Zhenqiang Chen * gcc-interface/Makefile.in: Update linux-gnueabi to linux-gnueabi%. gcc/ChangeLog: 2012-06-07 Zhenqiang Chen * config.gcc: Update arm*-*-linux-*eabi to arm*-*-linux-*eabi*. Add hard-float as default for arm*-*-*eabihf. libgcc/ChangeLog: 2012-06-07 Zhenqiang Chen * config.host: Update arm*-*-linux-*eabi to arm*-*-linux-*eabi*. libjava/ChangeLog: 2012-06-07 Zhenqiang Chen * configure: Update arm*linux*eabi to arm*linux*eabi*. * configure.ac: Likewise. libstdc++-v3/ChangeLog: 2012-06-07 Zhenqiang Chen * configure.host: Update arm*-*-linux-*eabi to arm*-*-linux-*eabi*. diff --git a/gcc/ada/gcc-interface/Makefile.in b/gcc/ada/gcc-interface/Makefile.in index 21c2471..bae126d 100644 --- a/gcc/ada/gcc-interface/Makefile.in +++ b/gcc/ada/gcc-interface/Makefile.in @@ -1828,7 +1828,7 @@ ifeq ($(strip $(filter-out powerpc% e500% linux%,$(arch) $(osys))),) LIBRARY_VERSION := $(LIB_VERSION) endif -ifeq ($(strip $(filter-out arm% linux-gnueabi,$(arch) $(osys)-$(word 4,$(targ)))),) +ifeq ($(strip $(filter-out arm% linux-gnueabi%,$(arch) $(osys)-$(word 4,$(targ)))),) LIBGNAT_TARGET_PAIRS = \ a-intnam.ads