summaryrefslogtreecommitdiff
path: root/libgomp/Makefile.in
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2016-02-02 13:48:31 +0100
committerThomas Schwinge <tschwinge@gcc.gnu.org>2016-02-02 13:48:31 +0100
commit033ff3d1302e18505f9d4fea5b60bde5b85a3fe1 (patch)
tree483c8497b17f73fbdff760e7930a19a10466166f /libgomp/Makefile.in
parent4a88d9b77a7619c0d6ea3b8692c95a7847b61de3 (diff)
libgomp: Use HSA_RUNTIME_LIB, HSA_KMT_LIB in the testsuite
libgomp/ * plugin/configfrag.ac (HSA_KMT_LIB, HSA_KMT_LDFLAGS): New variables. * testsuite/libgomp-test-support.exp.in (hsa_runtime_lib) (hsa_kmt_lib): Set variables. * testsuite/lib/libgomp.exp (libgomp_init): Use them to amend always_ld_library_path. * Makefile.in: Regenerate. * configure: Likewise. * testsuite/Makefile.in: Likewise. From-SVN: r233072
Diffstat (limited to 'libgomp/Makefile.in')
-rw-r--r--libgomp/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgomp/Makefile.in b/libgomp/Makefile.in
index bbfac4e183f..88c8517fddd 100644
--- a/libgomp/Makefile.in
+++ b/libgomp/Makefile.in
@@ -268,6 +268,7 @@ FC = @FC@
FCFLAGS = @FCFLAGS@
FGREP = @FGREP@
GREP = @GREP@
+HSA_KMT_LIB = @HSA_KMT_LIB@
HSA_RUNTIME_INCLUDE = @HSA_RUNTIME_INCLUDE@
HSA_RUNTIME_LIB = @HSA_RUNTIME_LIB@
INSTALL = @INSTALL@