This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
committed patch to refrain from -no-install on mingw
- From: Adam Megacz <gcj at lists dot megacz dot com>
- To: java-patches at gcc dot gnu dot org
- Date: 25 Aug 2002 22:25:58 -0700
- Subject: committed patch to refrain from -no-install on mingw
- Organization: Myself
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