Commit f83c1656 by Tom Tromey Committed by Tom Tromey

libjava.exp (libjava_arguments): Set --tag on libtool invocation.

	* lib/libjava.exp (libjava_arguments): Set --tag on libtool
	invocation.

From-SVN: r37268
parent cbf53a1d
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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment