re PR libgcj/33326 (libjava - testsuite fails on intel Macintosh)
2007-09-09 Andreas Tobler <a.tobler@schweiz.org> PR libgcj/33326 * testsuite/lib/libjava.exp (libjava_arguments): Append the test spec only for linux targets. From-SVN: r128302
This commit is contained in:
parent
4845dbb50e
commit
278b0f63a1
@ -1,3 +1,9 @@
|
|||||||
|
2007-09-09 Andreas Tobler <a.tobler@schweiz.org>
|
||||||
|
|
||||||
|
PR libgcj/33326
|
||||||
|
* testsuite/lib/libjava.exp (libjava_arguments): Append the test spec
|
||||||
|
only for linux targets.
|
||||||
|
|
||||||
2007-09-09 Andrew Haley <aph@redhat.com>
|
2007-09-09 Andrew Haley <aph@redhat.com>
|
||||||
|
|
||||||
* interpret-run.cc (invokevirtual_resolved): Nullcheck object on
|
* interpret-run.cc (invokevirtual_resolved): Nullcheck object on
|
||||||
|
@ -379,7 +379,11 @@ proc libjava_arguments {{mode compile}} {
|
|||||||
if {$mode == "link"} {
|
if {$mode == "link"} {
|
||||||
global wrapper_file wrap_compile_flags
|
global wrapper_file wrap_compile_flags
|
||||||
lappend args "additional_flags=$wrap_compile_flags"
|
lappend args "additional_flags=$wrap_compile_flags"
|
||||||
|
|
||||||
|
if { [string match "linux" $target_triplet] } {
|
||||||
lappend args "additional_flags=-specs=libgcj-test.spec"
|
lappend args "additional_flags=-specs=libgcj-test.spec"
|
||||||
|
}
|
||||||
|
|
||||||
lappend args "libs=$wrapper_file"
|
lappend args "libs=$wrapper_file"
|
||||||
lappend args "libs=$libjava"
|
lappend args "libs=$libjava"
|
||||||
lappend args debug
|
lappend args debug
|
||||||
|
Loading…
Reference in New Issue
Block a user