From: Richard Sandiford Date: Sat, 29 Dec 2007 15:14:16 +0000 (+0000) Subject: objc.exp (objc_libgcc_s_path): Set objc_libgcc_s_path instead of appending to it. X-Git-Tag: releases/gcc-4.3.0~797 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6b2c5a1914becd2033bf9ef34bc434910bea12d;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 207325a91132..7dd4fc04b859 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2007-12-29 Richard Sandiford + + * lib/objc.exp (objc_libgcc_s_path): Set objc_libgcc_s_path + instead of appending to it. + 2007-12-27 Dorit Nuzman PR tree-optimization/34591 diff --git a/gcc/testsuite/lib/objc.exp b/gcc/testsuite/lib/objc.exp index 3f025710bd49..37e2a3fcddac 100644 --- a/gcc/testsuite/lib/objc.exp +++ b/gcc/testsuite/lib/objc.exp @@ -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 } {