Commit c6b2c5a1 by Richard Sandiford Committed by Richard Sandiford

objc.exp (objc_libgcc_s_path): Set objc_libgcc_s_path instead of appending to it.

gcc/testsuite/
	* lib/objc.exp (objc_libgcc_s_path): Set objc_libgcc_s_path
	instead of appending to it.

From-SVN: r131219
parent 537a336b
2007-12-29 Richard Sandiford <rsandifo@nildram.co.uk>
* lib/objc.exp (objc_libgcc_s_path): Set objc_libgcc_s_path
instead of appending to it.
2007-12-27 Dorit Nuzman <dorit@il.ibm.com>
PR tree-optimization/34591
......@@ -115,7 +115,7 @@ proc objc_init { args } {
objc_maybe_build_wrapper "${tmpdir}/objc-testglue.o"
append objc_libgcc_s_path [gcc-set-multilib-library-path $OBJC_UNDER_TEST]
set objc_libgcc_s_path [gcc-set-multilib-library-path $OBJC_UNDER_TEST]
}
proc objc_target_compile { source dest type options } {
......
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