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
@ -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>
|
||||
|
||||
* libjava.compile/ArrayClass.java: New file.
|
||||
|
@ -269,7 +269,7 @@ proc libjava_arguments {{mode compile}} {
|
||||
if {[file exists $d/$x/libtool]} then {
|
||||
# We have to run silently to avoid DejaGNU lossage.
|
||||
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
|
||||
break
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user