From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 35889 invoked by alias); 16 Mar 2015 15:50:44 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 35878 invoked by uid 89); 16 Mar 2015 15:50:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,NO_DNS_FOR_FROM,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: mga11.intel.com Received: from mga11.intel.com (HELO mga11.intel.com) (192.55.52.93) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 16 Mar 2015 15:50:42 +0000 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP; 16 Mar 2015 08:50:41 -0700 X-ExtLoop1: 1 Received: from gnu-6.sc.intel.com ([172.25.70.151]) by orsmga001.jf.intel.com with ESMTP; 16 Mar 2015 08:50:41 -0700 Received: by gnu-6.sc.intel.com (Postfix, from userid 1000) id 6655E200C48; Mon, 16 Mar 2015 08:50:41 -0700 (PDT) Date: Mon, 16 Mar 2015 15:50:00 -0000 From: "H.J. Lu" To: binutils@sourceware.org Subject: [committed, PATCH] Sync elf.m4 with GCC tree Message-ID: <20150316155041.GA23645@intel.com> Reply-To: "H.J. Lu" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2015-03/txt/msg00207.txt.bz2 I checked in this patch to sync elf.m4 with GCC tree. H.J. --- Sync with GCC 2015-02-18 Thomas Schwinge * elf.m4 (ACX_ELF_TARGET_IFELSE): nvptx-*-none isn't ELF. --- config/ChangeLog | 7 +++++++ config/elf.m4 | 7 +++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/config/ChangeLog b/config/ChangeLog index 3003b7e..96a788d 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,6 +1,13 @@ 2015-03-16 H.J. Lu Sync with GCC + 2015-02-18 Thomas Schwinge + + * elf.m4 (ACX_ELF_TARGET_IFELSE): nvptx-*-none isn't ELF. + +2015-03-16 H.J. Lu + + Sync with GCC 2014-11-17 Bob Dunlop * mt-ospace (CFLAGS_FOR_TARGET): Append -g -Os rather than diff --git a/config/elf.m4 b/config/elf.m4 index da051cb..1772a44 100644 --- a/config/elf.m4 +++ b/config/elf.m4 @@ -1,4 +1,4 @@ -dnl Copyright (C) 2010, 2011 Free Software Foundation, Inc. +dnl Copyright (C) 2010, 2011, 2015 Free Software Foundation, Inc. dnl This file is free software, distributed under the terms of the GNU dnl General Public License. As a special exception to the GNU General dnl Public License, this file may be distributed as part of a program @@ -7,6 +7,8 @@ dnl the same distribution terms as the rest of that program. dnl From Paolo Bonzini. +dnl Is this an ELF target supporting the LTO plugin? + dnl usage: ACX_ELF_TARGET_IFELSE([if-elf], [if-not-elf]) AC_DEFUN([ACX_ELF_TARGET_IFELSE], [ AC_REQUIRE([AC_CANONICAL_TARGET]) @@ -15,7 +17,8 @@ target_elf=no case $target in *-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \ *-msdosdjgpp* | *-vms* | *-wince* | *-*-pe* | \ - alpha*-dec-osf* | *-interix* | hppa[[12]]*-*-hpux*) + alpha*-dec-osf* | *-interix* | hppa[[12]]*-*-hpux* | \ + nvptx-*-none) target_elf=no ;; *) -- 1.9.3