diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2019-02-22 11:51:05 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gcc.gnu.org> | 2019-02-22 11:51:05 +0100 |
commit | ee332b4a9a19552d160a23155f59b11692d8f07e (patch) | |
tree | 58f40a753ad2430cc8982321e637e153ed80f5f0 /libgomp/Makefile.in | |
parent | 1241136c71bc1bf67b1df59f965ad5d50a613b4e (diff) | |
download | gcc-ee332b4a9a19552d160a23155f59b11692d8f07e.tar.gz |
[libgomp] Clarify difference between offload target, offload plugin, and OpenACC device type
libgomp/
* plugin/configfrag.ac: Populate and AC_SUBST offload_plugins
instead of offload_targets, and AC_DEFINE_UNQUOTED OFFLOAD_PLUGINS
instead of OFFLOAD_TARGETS.
* target.c (gomp_target_init): Adjust.
* testsuite/libgomp-test-support.exp.in: Likewise.
* testsuite/lib/libgomp.exp: Likewise. Populate
openacc_device_types_s instead of offload_targets_s_openacc.
(check_effective_target_openacc_nvidia_accel_selected)
(check_effective_target_openacc_host_selected): Adjust.
* testsuite/libgomp.oacc-c++/c++.exp: Likewise.
* testsuite/libgomp.oacc-c/c.exp: Likewise.
* testsuite/libgomp.oacc-fortran/fortran.exp: Likewise.
* Makefile.in: Regenerate.
* config.h.in: Likewise.
* configure: Likewise.
* testsuite/Makefile.in: Likewise.
From-SVN: r269107
Diffstat (limited to 'libgomp/Makefile.in')
-rw-r--r-- | libgomp/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgomp/Makefile.in b/libgomp/Makefile.in index 325629cb0aa..12ce8d05c19 100644 --- a/libgomp/Makefile.in +++ b/libgomp/Makefile.in @@ -493,7 +493,7 @@ mkdir_p = @mkdir_p@ multi_basedir = @multi_basedir@ offload_additional_lib_paths = @offload_additional_lib_paths@ offload_additional_options = @offload_additional_options@ -offload_targets = @offload_targets@ +offload_plugins = @offload_plugins@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ |