aboutsummaryrefslogtreecommitdiff
path: root/libgomp/config.h.in
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2020-06-25 11:59:42 +0200
committerThomas Schwinge <thomas@codesourcery.com>2021-03-25 14:11:50 +0100
commit7c1e856bedb4ae190c420ec2d2ca5e08730cf21d (patch)
treefecde9cf9b90ac745fdc61b18ff72fdab8bb1a71 /libgomp/config.h.in
parent068d02e896d3df17b59b013a82ca0bf9faf058f3 (diff)
downloadgcc-7c1e856bedb4ae190c420ec2d2ca5e08730cf21d.zip
gcc-7c1e856bedb4ae190c420ec2d2ca5e08730cf21d.tar.gz
gcc-7c1e856bedb4ae190c420ec2d2ca5e08730cf21d.tar.bz2
libgomp HSA/GCN plugins: don't prepend the 'HSA_RUNTIME_LIB' path to 'libhsa-runtime64.so'
For unknown reasons, this had gotten added for the libgomp HSA plugin in commit b8d89b03db5f212919e4571671ebb4f5f8b1e19d (r242749) "Remove build dependence on HSA run-time", and later propagated into the GCN plugin. libgomp/ * plugin/plugin-gcn.c (init_environment_variables): Don't prepend the 'HSA_RUNTIME_LIB' path to 'libhsa-runtime64.so'. * plugin/configfrag.ac (HSA_RUNTIME_LIB): Clean up. * config.h.in: Regenerate. * configure: Likewise.
Diffstat (limited to 'libgomp/config.h.in')
-rw-r--r--libgomp/config.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/libgomp/config.h.in b/libgomp/config.h.in
index 390e548..03123dc 100644
--- a/libgomp/config.h.in
+++ b/libgomp/config.h.in
@@ -130,9 +130,6 @@
/* Define to 1 if you have the `__secure_getenv' function. */
#undef HAVE___SECURE_GETENV
-/* Define path to HSA runtime. */
-#undef HSA_RUNTIME_LIB
-
/* Define to 1 if GNU symbol versioning is used for libgomp. */
#undef LIBGOMP_GNU_SYMBOL_VERSIONING