Commit f9a0eca4 by Thomas Schwinge Committed by Thomas Schwinge

libgomp: Fix "intelmic" offloading in build-tree testing.

	libgomp/
	* testsuite/lib/libgomp.exp (libgomp_init): Correctly match
	"intelmic" in $offload_targets.

From-SVN: r219348
parent 247ecdf3
2015-01-08 Thomas Schwinge <thomas@codesourcery.com>
* testsuite/lib/libgomp.exp (libgomp_init): Correctly match
"intelmic" in $offload_targets.
2015-01-05 Jakub Jelinek <jakub@redhat.com>
Update copyright years.
......
......@@ -115,8 +115,7 @@ proc libgomp_init { args } {
# Add liboffloadmic build directory in LD_LIBRARY_PATH to support
# non-fallback testing for Intel MIC targets
if { [string match "*-intelmic-*" $offload_targets]
|| [string match "*-intelmicemul-*" $offload_targets] } {
if { [string match "*,intelmic,*" ",$offload_targets,"] } {
append always_ld_library_path ":${blddir}/../liboffloadmic/.libs"
append always_ld_library_path ":${blddir}/../liboffloadmic/plugin/.libs"
# libstdc++ is required by liboffloadmic
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment