diff options
author | lloyd <[email protected]> | 2008-09-16 17:14:03 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-16 17:14:03 +0000 |
commit | e05e3b4ed5b286019f5e41f908e7b1c337186f15 (patch) | |
tree | 350bda6f8377269e2c42042a564f956deef9cb16 /misc | |
parent | eae87dbc915924d193b647f4e352a36f8a4ca4b1 (diff) |
Specialization for Cell PPU
Diffstat (limited to 'misc')
-rw-r--r-- | misc/config/cc/xlc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/config/cc/xlc b/misc/config/cc/xlc index eb87a8e65..5c4cfd120 100644 --- a/misc/config/cc/xlc +++ b/misc/config/cc/xlc @@ -18,3 +18,7 @@ dll_import_flags "" dll_export_flags "" makefile_style unix + +<mach_opt> +cellppu -> "-march=cell" +</mach_opt> |