diff options
author | tschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-02-18 08:01:03 +0000 |
---|---|---|
committer | tschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-02-18 08:01:03 +0000 |
commit | 0f7695734890f93fe58179e36ac2f41bf4147d78 (patch) | |
tree | c92372efa44ffeedf789fa907c0d65fde6047405 /configure | |
parent | 2fdc66a9fcfbc5b77c1c03d7c34893a0a086e8f8 (diff) | |
download | gcc-0f7695734890f93fe58179e36ac2f41bf4147d78.tar.gz |
nvptx-none: Disable the lto-plugin.
config/
* elf.m4 (ACX_ELF_TARGET_IFELSE): nvptx-*-none isn't ELF.
/
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@220781 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure index dd794dbe462..f20a6abb845 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 ;; *) |