Patch: FYI: fix test suite
Tom Tromey
tromey@redhat.com
Wed Aug 20 00:01:00 GMT 2003
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
}
More information about the Java-patches
mailing list