aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-09-16 17:36:37 +0000
committerlloyd <[email protected]>2008-09-16 17:36:37 +0000
commit1e00e594800b81f843f0c2d89b154c8155ab3240 (patch)
tree3cf5d1278c43d6799c42cd35b312ca8cfc5bdc45 /misc
parentf04af27900f9a10d6a5cfa7635d4993dd5d6a8e9 (diff)
Add specializations for most POWER procs for XLC
Diffstat (limited to 'misc')
-rw-r--r--misc/config/cc/xlc7
1 files changed, 6 insertions, 1 deletions
diff --git a/misc/config/cc/xlc b/misc/config/cc/xlc
index 62d635342..64b888421 100644
--- a/misc/config/cc/xlc
+++ b/misc/config/cc/xlc
@@ -20,5 +20,10 @@ dll_export_flags ""
makefile_style unix
<mach_opt>
-cellppu -> "-march=cell"
+cellppu -> "-qarch=cell"
+ppc970 -> "-qarch=ppc970"
+power4 -> "-qarch=pwr4"
+power5 -> "-qarch=pwr5"
+
+cellppu -> "-qarch=cell"
</mach_opt>