libjava.exp (libjava_arguments): Build with `-no-install' when $mode == "link".
* lib/libjava.exp (libjava_arguments): Build with `-no-install' when $mode == "link". From-SVN: r42928
This commit is contained in:
parent
910e231e80
commit
9166f7a36a
2 changed files with 10 additions and 0 deletions
|
@ -313,6 +313,11 @@ proc libjava_arguments {{mode compile}} {
|
|||
lappend args "compiler=$GCJ_UNDER_TEST -B$objdir/../"
|
||||
}
|
||||
|
||||
# Avoid libtool wrapper scripts when possible.
|
||||
if {$mode == "link"} {
|
||||
lappend args "additional_flags=-no-install"
|
||||
}
|
||||
|
||||
return $args
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue