2007-06-28 Andreas Tobler <a.tobler@schweiz.org>
* testsuite/libjava.jvmti/jvmti-interp.exp (gij_jvmti_test_one): Pass
the cxxldlibflags to exec_gij to have the right libstdc++ invoked.
From-SVN: r126083
+2007-06-28 Andreas Tobler <a.tobler@schweiz.org>
+
+ * testsuite/libjava.jvmti/jvmti-interp.exp (gij_jvmti_test_one): Pass
+ the cxxldlibflags to exec_gij to have the right libstdc++ invoked.
+
2007-07-21 Keith Seitz <keiths@redhat.com>
* gnu/classpath/jdwp/VMVirtualMachine.h: Regenerate.
}
libjava_arguments
-
+
set jarfile [file join [file dirname $file] $main.jar]
set gij_flags {-agentlib:dummyagent}
- if {! [exec_gij $jarfile [file rootname $file].out {} $gij_flags]} {
+ if {! [exec_gij $jarfile [file rootname $file].out $cxxldlibflags $gij_flags]}
+ {
return 0
}