diff options
author | Iain Sandoe <iains@gcc.gnu.org> | 2010-05-12 11:57:43 +0000 |
---|---|---|
committer | Iain Sandoe <iains@gcc.gnu.org> | 2010-05-12 11:57:43 +0000 |
commit | 5e247ae5a1779cdd22af089f8666b3d7c5f4cecf (patch) | |
tree | 5ed3703d0b867aa117adc30cffc28fe3859b5c4c | |
parent | d0c26312ed38535caf2d01f373b58a9188cf5cb6 (diff) | |
download | gcc-5e247ae5a1779cdd22af089f8666b3d7c5f4cecf.zip gcc-5e247ae5a1779cdd22af089f8666b3d7c5f4cecf.tar.gz gcc-5e247ae5a1779cdd22af089f8666b3d7c5f4cecf.tar.bz2 |
Add this change, missed from the previous commit (but already in the Changelog).
From-SVN: r159314
-rw-r--r-- | gcc/testsuite/lib/objc.exp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/testsuite/lib/objc.exp b/gcc/testsuite/lib/objc.exp index 3355a0f..5cc053c 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] } |