]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Add this change, missed from the previous commit (but already in the Changelog).
authorIain Sandoe <iains@gcc.gnu.org>
Wed, 12 May 2010 11:57:43 +0000 (11:57 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Wed, 12 May 2010 11:57:43 +0000 (11:57 +0000)
From-SVN: r159314

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]
 }