mirror of git://gcc.gnu.org/git/gcc.git
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
|
|
@ -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>
|
2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
|
||||||
|
|
||||||
* Makefile.am (libgomp_la_LDFLAGS): Add -no-undefined.
|
* Makefile.am (libgomp_la_LDFLAGS): Add -no-undefined.
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,10 @@
|
||||||
if [info exists lang_library_path] then {
|
if [info exists lang_library_path] then {
|
||||||
unset lang_library_path
|
unset lang_library_path
|
||||||
unset lang_test_file
|
|
||||||
unset lang_link_flags
|
unset lang_link_flags
|
||||||
}
|
}
|
||||||
|
if [info exists lang_test_file] then {
|
||||||
|
unset lang_test_file
|
||||||
|
}
|
||||||
|
|
||||||
load_lib libgomp-dg.exp
|
load_lib libgomp-dg.exp
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue