libjava.exp (libjava_invoke): Add new argument ld_library_additions.

2004-05-10  Andreas Tobler  <a.tobler@schweiz.ch>

	* testsuite/lib/libjava.exp (libjava_invoke): Add new argument
	ld_library_additions. Adjust all calls to libjava_invoke to match
	the new argument.

	* testsuite/libjava.jni/jni.exp (gcj_jni_test_one): Pass stdc++
	path to cxxflagslist.
	Pass path of libstdc++ to libjava_invoke.

	* testsuite/libjava.jar/jar.exp (gcj_jar_inerpret): Adjust
	libjava_invoke arguments.

From-SVN: r81679
This commit is contained in:
Andreas Tobler
2004-05-10 22:44:13 +02:00
committed by Andreas Tobler
parent 3358cae044
commit 3f68457e24
4 changed files with 47 additions and 11 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ proc gcj_jar_interpret {jarfile} {
set opts(_) {}
set out [file rootname $jarfile].out
libjava_invoke $jarfile "gij test" opts $gij {} $out \
-jar $jarfile
"" -jar $jarfile
}
proc gcj_jar_run {} {