diff options
author | lloyd <[email protected]> | 2008-09-16 17:13:22 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-16 17:13:22 +0000 |
commit | eae87dbc915924d193b647f4e352a36f8a4ca4b1 (patch) | |
tree | faaff5f298be5d65ac174c225e8bf7e7636e1287 /misc | |
parent | 7839b1bc48c7dffceaa2014c76c9a326b3a66c8b (diff) |
Initial support for IBM XLC compiler (testing on STI Cell machine
with CBE XLC 0.9)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/config/cc/xlc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/misc/config/cc/xlc b/misc/config/cc/xlc new file mode 100644 index 000000000..eb87a8e65 --- /dev/null +++ b/misc/config/cc/xlc @@ -0,0 +1,20 @@ +realname "IBM XLC" + +binary_name "xlC" + +compile_option "-c " +output_to_option "-o " +add_include_dir_option "-I" +add_lib_dir_option "-L" +add_lib_option "-l" + +lib_opt_flags "-O2" +check_opt_flags "-O2" +lang_flags "" +debug_flags "-g" +no_debug_flags "" + +dll_import_flags "" +dll_export_flags "" + +makefile_style unix |