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
|
@ -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…
Add table
Add a link
Reference in a new issue