libjava.exp (libjava_arguments): Do not append "no-install" to additional_flags for *-*-darwin.
2008-09-30 Andreas Tobler <a.tobler@schweiz.org> * testsuite/lib/libjava.exp (libjava_arguments): Do not append "no-install" to additional_flags for *-*-darwin. From-SVN: r140797
This commit is contained in:
parent
dcbdf612f5
commit
d26c47530e
2 changed files with 7 additions and 1 deletions
|
@ -422,7 +422,8 @@ proc libjava_arguments {{mode compile}} {
|
|||
# Avoid libtool wrapper scripts when possible.
|
||||
# but not if libtool warnings results in FAILs
|
||||
if {$mode == "link"} {
|
||||
if {! [istarget "*-*-cygwin*"] && ! [istarget "*-*-mingw*"] } {
|
||||
if {! [istarget "*-*-cygwin*"] && ! [istarget "*-*-mingw*"]
|
||||
&& ! [istarget "*-*-darwin*"] } {
|
||||
lappend args "additional_flags=-no-install"
|
||||
}
|
||||
if { [istarget "*-*-darwin*"] } {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue