This is the mail archive of the
java-patches@sources.redhat.com
mailing list for the Java project.
Patch: testsuite -vs- libtool
- To: Java Patch List <java-patches at sourceware dot cygnus dot com>
- Subject: Patch: testsuite -vs- libtool
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 05 Nov 2000 17:36:28 -0700
- Reply-To: tromey at cygnus dot com
This patch changes the testsuite to work with the new libtool.
I guess we haven't been running the testsuite lately! Oops.
I'm checking this in.
2000-11-03 Tom Tromey <tromey@cygnus.com>
* lib/libjava.exp (libjava_arguments): Set --tag on libtool
invocation.
Tom
Index: lib/libjava.exp
===================================================================
RCS file: /cvs/java/libgcj/libjava/testsuite/lib/libjava.exp,v
retrieving revision 1.17
diff -u -r1.17 libjava.exp
--- libjava.exp 2000/05/18 17:17:55 1.17
+++ libjava.exp 2000/11/06 00:20:35
@@ -269,7 +269,7 @@
if {[file exists $d/$x/libtool]} then {
# We have to run silently to avoid DejaGNU lossage.
lappend args \
- "compiler=$d/$x/libtool --silent --mode=$mode $GCJ_UNDER_TEST -B$objdir/../"
+ "compiler=$d/$x/libtool --silent --tag=GCJ --mode=$mode $GCJ_UNDER_TEST -B$objdir/../"
set found_compiler 1
break
}