aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2015-02-18 09:01:03 +0100
committerThomas Schwinge <tschwinge@gcc.gnu.org>2015-02-18 09:01:03 +0100
commit8ae12d71c49023e565ccd0112718cf146c3e871d (patch)
treec92372efa44ffeedf789fa907c0d65fde6047405 /configure
parent8747dd6e13aa96b72a618402a757eaebb09ebbb6 (diff)
downloadgcc-8ae12d71c49023e565ccd0112718cf146c3e871d.zip
gcc-8ae12d71c49023e565ccd0112718cf146c3e871d.tar.gz
gcc-8ae12d71c49023e565ccd0112718cf146c3e871d.tar.bz2
nvptx-none: Disable the lto-plugin.
config/ * elf.m4 (ACX_ELF_TARGET_IFELSE): nvptx-*-none isn't ELF. / * configure: Regenerate. From-SVN: r220781
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index dd794db..f20a6ab 100755
--- 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
;;
*)