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/config.h.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/config.h.in')
-rw-r--r-- | libgomp/config.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libgomp/config.h.in b/libgomp/config.h.in index 52f4ed44412..73f1b12805e 100644 --- a/libgomp/config.h.in +++ b/libgomp/config.h.in @@ -146,8 +146,8 @@ */ #undef LT_OBJDIR -/* Define to offload targets, separated by commas. */ -#undef OFFLOAD_TARGETS +/* Define to offload plugins, separated by commas. */ +#undef OFFLOAD_PLUGINS /* Name of package */ #undef PACKAGE |