jvmti-interp.exp (gij_jvmti_test_one): Pass the cxxldlibflags to exec_gij to have the right libstdc++ invoked.
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
This commit is contained in:
parent
f46fe0e64c
commit
5da71a15a6
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
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.
|
||||
|
|
|
@ -131,10 +131,11 @@ proc gij_jvmti_test_one {file} {
|
|||
}
|
||||
|
||||
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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue