diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2020-06-25 11:59:42 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2021-03-25 14:11:50 +0100 |
commit | 7c1e856bedb4ae190c420ec2d2ca5e08730cf21d (patch) | |
tree | fecde9cf9b90ac745fdc61b18ff72fdab8bb1a71 /libgomp/configure | |
parent | 068d02e896d3df17b59b013a82ca0bf9faf058f3 (diff) | |
download | gcc-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/configure')
-rwxr-xr-x | libgomp/configure | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libgomp/configure b/libgomp/configure index 22123f9..1917d7e 100755 --- a/libgomp/configure +++ b/libgomp/configure @@ -15448,16 +15448,6 @@ cat >>confdefs.h <<_ACEOF _ACEOF -if test "$HSA_RUNTIME_LIB" != ""; then - HSA_RUNTIME_LIB="$HSA_RUNTIME_LIB/" -fi - - -cat >>confdefs.h <<_ACEOF -#define HSA_RUNTIME_LIB "$HSA_RUNTIME_LIB" -_ACEOF - - # Check for functions needed. for ac_func in getloadavg clock_gettime strtoull |