r216951 - in /branches/gomp-4_0-branch/libgomp:...

tschwinge@gcc.gnu.org tschwinge@gcc.gnu.org
Fri Oct 31 09:11:00 GMT 2014


Author: tschwinge
Date: Fri Oct 31 09:11:49 2014
New Revision: 216951

URL: https://gcc.gnu.org/viewcvs?rev=216951&root=gcc&view=rev
Log:
libgomp: Also consider --with-cuda-driver flags for build-tree testing.

For installed testing, we assume all that to be provided in the sysroot.

	libgomp/
	* configure.ac (CUDA_DRIVER_INCLUDE, CUDA_DRIVER_LIB): New
	substituted variables.
	(testsuite/libgomp-test-support.exp): Instantiate file.
	* Makefile.in: Regenerate.
	* configure: Likewise.
	* testsuite/Makefile.in: Likewise.
	* testsuite/libgomp-test-support.exp.in: New file.
	* testsuite/lib/libgomp.exp: Load it.
	(libgomp_init): For build-tree testing, add the CUDA paths to
	ALWAYS_CFLAGS and always_ld_library_path.

Added:
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp-test-support.exp.in
Modified:
    branches/gomp-4_0-branch/libgomp/ChangeLog.gomp
    branches/gomp-4_0-branch/libgomp/Makefile.in
    branches/gomp-4_0-branch/libgomp/configure
    branches/gomp-4_0-branch/libgomp/configure.ac
    branches/gomp-4_0-branch/libgomp/testsuite/Makefile.in
    branches/gomp-4_0-branch/libgomp/testsuite/lib/libgomp.exp



More information about the Gcc-cvs mailing list