mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-15 21:41:40 +08:00
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
This commit is contained in:
parent
d68f4cc480
commit
ab3d4713ce
@ -1,3 +1,8 @@
|
||||
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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user