diff options
author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-12-29 15:14:16 +0000 |
---|---|---|
committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-12-29 15:14:16 +0000 |
commit | 4580e0ac50cce48a6b90ac40c8f12211f6ec0ba4 (patch) | |
tree | 8f2fa82de719eeaab0043feed4dc83f7baeec66a /gcc | |
parent | f7ee45aee3955ff2d67f47ed5cc5f2db4df09386 (diff) | |
download | gcc-4580e0ac50cce48a6b90ac40c8f12211f6ec0ba4.tar.gz |
gcc/testsuite/
* lib/objc.exp (objc_libgcc_s_path): Set objc_libgcc_s_path
instead of appending to it.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131219 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/lib/objc.exp | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 207325a9113..7dd4fc04b85 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +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 diff --git a/gcc/testsuite/lib/objc.exp b/gcc/testsuite/lib/objc.exp index 3f025710bd4..37e2a3fcdda 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 } { |