testsuite/ligbomp.c/c.exp: Unset lang_test_file only if it exists.
From-SVN: r140043
This commit is contained in:
parent
56cc59285b
commit
3606b8bf77
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
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.
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue