]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Add this change, missed from the previous commit (but already in the Changelog).
authoriains <iains@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 May 2010 11:57:43 +0000 (11:57 +0000)
committeriains <iains@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 May 2010 11:57:43 +0000 (11:57 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159314 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/lib/objc.exp

index 3355a0f2bd699537befca1eed390f2e93af9aea6..5cc053c147b23f95f40c5873e9ae922431bfdc8a 100644 (file)
@@ -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]
 }