diff options
author | lloyd <[email protected]> | 2006-09-09 00:50:42 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-09-09 00:50:42 +0000 |
commit | 2e34a95ffe80df43bfca385d21b5a544e7b036e5 (patch) | |
tree | 3633a90762784dd875731f7e6bf9f85e09095c91 /misc/config/cc/sunwspro | |
parent | 2d78c024c94d43bc7395325c601eae93acad99e6 (diff) |
Do put a space after -c/-o options, except for Visual C++, which can't
deal with it.
Diffstat (limited to 'misc/config/cc/sunwspro')
-rw-r--r-- | misc/config/cc/sunwspro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/config/cc/sunwspro b/misc/config/cc/sunwspro index a8b6a0563..179b06408 100644 --- a/misc/config/cc/sunwspro +++ b/misc/config/cc/sunwspro @@ -2,8 +2,8 @@ realname "Sun Workshop Pro C++" binary_name "CC" -compile_option "-c" -output_to_option "-o" +compile_option "-c " +output_to_option "-o " add_include_dir_option "-I" add_lib_dir_option "-L" add_lib_option "-l" |