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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user