Commit d26c4753 by Andreas Tobler Committed by Andreas Tobler

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
parent dcbdf612
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.
2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
Steve Ellcey <sje@cup.hp.com>
......
......@@ -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*"] } {
......
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