This is the mail archive of the java-patches@sources.redhat.com 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]

Patch: testsuite -vs- libtool


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
 	}

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