aboutsummaryrefslogtreecommitdiff
path: root/libgomp/config.h.in
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2022-05-05 23:10:23 +0200
committerThomas Schwinge <thomas@codesourcery.com>2022-05-12 13:28:23 +0200
commitedbd2b1caaa79d68467418a4571c3b09f9602805 (patch)
treedaccf531ee97c19ca521e4a9cdff2e96ada36f0a /libgomp/config.h.in
parent94b8a37fa16f7638cc1965718f4ec71719506743 (diff)
downloadgcc-edbd2b1caaa79d68467418a4571c3b09f9602805.zip
gcc-edbd2b1caaa79d68467418a4571c3b09f9602805.tar.gz
gcc-edbd2b1caaa79d68467418a4571c3b09f9602805.tar.bz2
libgomp plugins: Don't 'AC_SUBST' and 'AC_DEFINE_UNQUOTED' for 'PLUGIN_GCN', 'PLUGIN_NVPTX'
Nothing ever used these. libgomp/ * plugin/configfrag.ac: Don't 'AC_SUBST' and 'AC_DEFINE_UNQUOTED' for 'PLUGIN_GCN', 'PLUGIN_NVPTX'. * Makefile.in: Regenerate. * config.h.in: Likewise. * configure: Likewise. * testsuite/Makefile.in: Likewise.
Diffstat (limited to 'libgomp/config.h.in')
-rw-r--r--libgomp/config.h.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/libgomp/config.h.in b/libgomp/config.h.in
index e702625..5611ed9 100644
--- a/libgomp/config.h.in
+++ b/libgomp/config.h.in
@@ -170,12 +170,6 @@
/* Define to the version of this package. */
#undef PACKAGE_VERSION
-/* Define to 1 if the GCN plugin is built, 0 if not. */
-#undef PLUGIN_GCN
-
-/* Define to 1 if the NVIDIA plugin is built, 0 if not. */
-#undef PLUGIN_NVPTX
-
/* Define to 1 if the NVIDIA plugin should dlopen libcuda.so.1, 0 if it should
be linked against it. */
#undef PLUGIN_NVPTX_DYNAMIC