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:
Tom Tromey 2000-11-06 00:22:01 +00:00 committed by Tom Tromey
parent cbf53a1d5e
commit f83c165658
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View 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
}