]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
nvptx-none: Disable the lto-plugin.
authorThomas Schwinge <thomas@codesourcery.com>
Wed, 18 Feb 2015 08:01:03 +0000 (09:01 +0100)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Wed, 18 Feb 2015 08:01:03 +0000 (09:01 +0100)
config/
* elf.m4 (ACX_ELF_TARGET_IFELSE): nvptx-*-none isn't ELF.
/
* configure: Regenerate.

From-SVN: r220781

ChangeLog
config/ChangeLog
config/elf.m4
configure

index 0969af5a3bfec3c5b52cbdb2beb85313cbc3717f..a9e4437a871d554a6fd7830cbb132354cf196bd1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-02-18  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * configure: Regenerate.
+
 2015-02-06  Diego Novillo  <dnovillo@google.com>
 
        * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
index 2cbc8857c65d30600ff1a76b3721f81edc671f18..c9ed12136d1a5b012e7e98ba9ad1fb2cdbc172e9 100644 (file)
@@ -1,3 +1,7 @@
+2015-02-18  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * elf.m4 (ACX_ELF_TARGET_IFELSE): nvptx-*-none isn't ELF.
+
 2014-11-17  Bob Dunlop  <bob.dunlop@xyzzy.org.uk>
 
        * mt-ospace (CFLAGS_FOR_TARGET): Append -g -Os rather than
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
     ;;
   *)
index dd794dbe4627e2a0ec5affb3506d48fd8cc77c7c..f20a6abb84581e634b38e8b46fe4d3e38410e95c 100755 (executable)
--- a/configure
+++ b/configure
@@ -6047,7 +6047,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
     ;;
   *)