aboutsummaryrefslogtreecommitdiffstats
path: root/misc/config/cc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-09-16 17:13:22 +0000
committerlloyd <[email protected]>2008-09-16 17:13:22 +0000
commiteae87dbc915924d193b647f4e352a36f8a4ca4b1 (patch)
treefaaff5f298be5d65ac174c225e8bf7e7636e1287 /misc/config/cc
parent7839b1bc48c7dffceaa2014c76c9a326b3a66c8b (diff)
Initial support for IBM XLC compiler (testing on STI Cell machine
with CBE XLC 0.9)
Diffstat (limited to 'misc/config/cc')
-rw-r--r--misc/config/cc/xlc20
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