From c791077cbe4d4867d72ac995e7c4437e45a42389 Mon Sep 17 00:00:00 2001 From: iains Date: Wed, 12 May 2010 11:57:43 +0000 Subject: [PATCH] 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 --- gcc/testsuite/lib/objc.exp | 2 ++ 1 file changed, 2 insertions(+) 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] } -- 2.47.2