libjava.exp (libjava_arguments): Set --tag on libtool invocation.
* lib/libjava.exp (libjava_arguments): Set --tag on libtool invocation. From-SVN: r37268
This commit is contained in:
parent
cbf53a1d5e
commit
f83c165658
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2000-11-03 Tom Tromey <tromey@cygnus.com>
|
||||||
|
|
||||||
|
* lib/libjava.exp (libjava_arguments): Set --tag on libtool
|
||||||
|
invocation.
|
||||||
|
|
||||||
Sun Oct 8 19:14:05 2000 Anthony Green <green@redhat.com>
|
Sun Oct 8 19:14:05 2000 Anthony Green <green@redhat.com>
|
||||||
|
|
||||||
* libjava.compile/ArrayClass.java: New file.
|
* libjava.compile/ArrayClass.java: New file.
|
||||||
|
|
|
@ -269,7 +269,7 @@ proc libjava_arguments {{mode compile}} {
|
||||||
if {[file exists $d/$x/libtool]} then {
|
if {[file exists $d/$x/libtool]} then {
|
||||||
# We have to run silently to avoid DejaGNU lossage.
|
# We have to run silently to avoid DejaGNU lossage.
|
||||||
lappend args \
|
lappend args \
|
||||||
"compiler=$d/$x/libtool --silent --mode=$mode $GCJ_UNDER_TEST -B$objdir/../"
|
"compiler=$d/$x/libtool --silent --tag=GCJ --mode=$mode $GCJ_UNDER_TEST -B$objdir/../"
|
||||||
set found_compiler 1
|
set found_compiler 1
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue