* testsuite/lib/libjava.exp (libjava_find_gij): Handle multilibs.
From-SVN: r92758
This commit is contained in:
parent
223947a954
commit
8c8a5f7c8e
2 changed files with 310 additions and 306 deletions
File diff suppressed because it is too large
Load diff
|
@ -277,10 +277,11 @@ proc libjava_find_spec {} {
|
|||
proc libjava_find_gij {} {
|
||||
global base_dir objdir
|
||||
|
||||
if {! [file exists $objdir/../gij]} {
|
||||
set gijdir [lookfor_file [get_multilibs] libjava];
|
||||
if {! [file exists $gijdir/gij]} {
|
||||
return ""
|
||||
}
|
||||
return $objdir/../gij
|
||||
return $gijdir/gij
|
||||
}
|
||||
|
||||
# Remove a bunch of files.
|
||||
|
|
Loading…
Add table
Reference in a new issue