Commit ab3d4713 by Jeff Sturm Committed by Tom Tromey

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

2003-08-19  Jeff Sturm  <jsturm@one-point.com>

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

From-SVN: r70572
parent d68f4cc4
2003-08-19 Jeff Sturm <jsturm@one-point.com>
* lib/libjava.exp (libjava_arguments): Add $libjava to the list of
libraries.
2003-08-18 Tom Tromey <tromey@redhat.com>
PR libgcj/11951:
......
......@@ -388,6 +388,7 @@ proc libjava_arguments {{mode compile}} {
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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment