This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch: FYI: fix test suite
- From: Tom Tromey <tromey at redhat dot com>
- To: GCC libjava patches <java-patches at gcc dot gnu dot org>
- Date: 19 Aug 2003 13:35:45 -0600
- Subject: Patch: FYI: fix test suite
- Reply-to: tromey at redhat dot com
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
}