Sync elf.m4 with GCC tree
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 16 Mar 2015 15:49:06 +0000 (08:49 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 16 Mar 2015 15:49:06 +0000 (08:49 -0700)
Sync with GCC
2015-02-18  Thomas Schwinge  <thomas@codesourcery.com>

* elf.m4 (ACX_ELF_TARGET_IFELSE): nvptx-*-none isn't ELF.

config/ChangeLog
config/elf.m4

index 3003b7efe9e66f6d26daccb7ecfe904fef2285e7..96a788dfd8920d57349ddc8a663c422a66aa71e9 100644 (file)
@@ -1,3 +1,10 @@
+2015-03-16  H.J. Lu  <hongjiu.lu@intel.com>
+
+       Sync with GCC
+       2015-02-18  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * elf.m4 (ACX_ELF_TARGET_IFELSE): nvptx-*-none isn't ELF.
+
 2015-03-16  H.J. Lu  <hongjiu.lu@intel.com>
 
        Sync with GCC
index da051cbe61c1bf2592e6f18912122e325604708b..1772a44318e817ea6917e584e7121ea6dd174bc9 100644 (file)
@@ -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
     ;;
   *)
This page took 0.025094 seconds and 4 git commands to generate.