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]

Patch: FYI: fix test suite


I'm checking this in on the trunk.

Jeff Sturm pointed out on irc that you can't `make check' without a
build tree.  He suggested the appended, which seems correct to me.

Tom

Index: ChangeLog
from  Jeff Sturm  <jsturm@one-point.com>

	* lib/libjava.exp (libjava_arguments): Add $libjava to the list of
	libraries.

Index: lib/libjava.exp
===================================================================
RCS file: /cvs/gcc/gcc/libjava/testsuite/lib/libjava.exp,v
retrieving revision 1.52
diff -u -r1.52 libjava.exp
--- lib/libjava.exp 12 Aug 2003 16:01:16 -0000 1.52
+++ lib/libjava.exp 19 Aug 2003 19:42:25 -0000
@@ -388,6 +388,7 @@
 	global wrapper_file wrap_compile_flags
 	lappend args "additional_flags=$wrap_compile_flags"
 	lappend args "libs=$wrapper_file"
+	lappend args "libs=$libjava"
 	lappend args debug
     }
 


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