Commit 8c8a5f7c by Andreas Jaeger

* testsuite/lib/libjava.exp (libjava_find_gij): Handle multilibs.

From-SVN: r92758
parent 223947a9
...@@ -277,10 +277,11 @@ proc libjava_find_spec {} { ...@@ -277,10 +277,11 @@ proc libjava_find_spec {} {
proc libjava_find_gij {} { proc libjava_find_gij {} {
global base_dir objdir global base_dir objdir
if {! [file exists $objdir/../gij]} { set gijdir [lookfor_file [get_multilibs] libjava];
if {! [file exists $gijdir/gij]} {
return "" return ""
} }
return $objdir/../gij return $gijdir/gij
} }
# Remove a bunch of files. # Remove a bunch of files.
......
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