aboutsummaryrefslogtreecommitdiff
path: root/libgomp/plugin/plugin-hsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgomp/plugin/plugin-hsa.c')
-rw-r--r--libgomp/plugin/plugin-hsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgomp/plugin/plugin-hsa.c b/libgomp/plugin/plugin-hsa.c
index bddb690ca14..800da9a3273 100644
--- a/libgomp/plugin/plugin-hsa.c
+++ b/libgomp/plugin/plugin-hsa.c
@@ -254,7 +254,7 @@ init_enviroment_variables (void)
hsa_runtime_lib = secure_getenv ("HSA_RUNTIME_LIB");
if (hsa_runtime_lib == NULL)
- hsa_runtime_lib = HSA_RUNTIME_LIB "libhsa-runtime64.so";
+ hsa_runtime_lib = "libhsa-runtime64.so";
support_cpu_devices = secure_getenv ("HSA_SUPPORT_CPU_DEVICES");
}