Commit 278b0f63 by Andreas Tobler Committed by Andreas Tobler

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
parent 4845dbb5
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>
* interpret-run.cc (invokevirtual_resolved): Nullcheck object on
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment