Commit 3606b8bf by Janis Johnson Committed by Janis Johnson

testsuite/ligbomp.c/c.exp: Unset lang_test_file only if it exists.

From-SVN: r140043
parent 56cc5928
2008-09-05 Janis Johnson <janis187@us.ibm.com>
* testsuite/ligbomp.c/c.exp: Unset lang_test_file only if it exists.
2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
* Makefile.am (libgomp_la_LDFLAGS): Add -no-undefined.
......
if [info exists lang_library_path] then {
unset lang_library_path
unset lang_test_file
unset lang_link_flags
}
if [info exists lang_test_file] then {
unset lang_test_file
}
load_lib libgomp-dg.exp
......
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