]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libjava.exp (libjava_arguments): Do not append "no-install" to additional_flags for...
authorAndreas Tobler <a.tobler@schweiz.org>
Tue, 30 Sep 2008 20:08:42 +0000 (20:08 +0000)
committerAndreas Tobler <andreast@gcc.gnu.org>
Tue, 30 Sep 2008 20:08:42 +0000 (22:08 +0200)
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

libjava/ChangeLog
libjava/testsuite/lib/libjava.exp

index b5d16bb338857188ad9bbf51dc69db633584b6be..d07b70e1fc0b48781395256f22c4cadf9ee0c034 100644 (file)
@@ -1,3 +1,8 @@
+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>
 
index 523c69cacd085b6bce42f2cf807a9ed680eeb7c3..332c07270c88d9bfecc7c2c73a470bce084583c6 100644 (file)
@@ -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*"] } {