This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

committed patch to refrain from -no-install on mingw


I committed this.

  - a

2002-08-25  Adam Megacz <adam@xwt.org>

        * lib/libjava.exp: don't apply -no-install when platform is mingw.

Index: libjava/testsuite/lib/libjava.exp
===================================================================
RCS file: /cvsroot/gcc/gcc/libjava/testsuite/lib/libjava.exp,v
retrieving revision 1.44
diff -u -r1.44 libjava.exp
--- libjava/testsuite/lib/libjava.exp   16 Aug 2002 18:19:00 -0000      1.44
+++ libjava/testsuite/lib/libjava.exp   26 Aug 2002 05:05:31 -0000
@@ -405,7 +405,7 @@
     # Avoid libtool wrapper scripts when possible.
     # but not if libtool warnings results in FAILs
     if {$mode == "link"} {
-        if {! [istarget "*-*-cygwin*"]} {
+        if {! [istarget "*-*-cygwin*"] && ! [istarget "*-*-mingw*"] } {
             lappend args "additional_flags=-no-install"
         }
     }



-- 
"Cassette tapes are killing the music industry" -- RIAA spokesperson, 1978


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]