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
2 changed files with 11 additions and 1 deletions
|
@ -379,7 +379,11 @@ proc libjava_arguments {{mode compile}} {
|
|||
if {$mode == "link"} {
|
||||
global wrapper_file wrap_compile_flags
|
||||
lappend args "additional_flags=$wrap_compile_flags"
|
||||
lappend args "additional_flags=-specs=libgcj-test.spec"
|
||||
|
||||
if { [string match "linux" $target_triplet] } {
|
||||
lappend args "additional_flags=-specs=libgcj-test.spec"
|
||||
}
|
||||
|
||||
lappend args "libs=$wrapper_file"
|
||||
lappend args "libs=$libjava"
|
||||
lappend args debug
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue