From: iains Date: Wed, 12 May 2010 11:57:43 +0000 (+0000) Subject: Add this change, missed from the previous commit (but already in the Changelog). X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c791077cbe4d4867d72ac995e7c4437e45a42389;p=thirdparty%2Fgcc.git Add this change, missed from the previous commit (but already in the Changelog). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159314 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/lib/objc.exp b/gcc/testsuite/lib/objc.exp index 3355a0f2bd69..5cc053c147b2 100644 --- a/gcc/testsuite/lib/objc.exp +++ b/gcc/testsuite/lib/objc.exp @@ -249,6 +249,8 @@ proc objc_target_compile { source dest type options } { set_ld_library_path_env_vars + set options [dg-additional-files-options $options $source] + return [target_compile $source $dest $type $options] }