diff options
author | lloyd <[email protected]> | 2008-09-16 16:42:16 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-16 16:42:16 +0000 |
commit | 619404d046541311c5336e02c730d2429f6b2585 (patch) | |
tree | c0f40eb9462ddd78d23627674d59e3018454a953 /misc/config | |
parent | 33af4a6f61b98c22c8d3af92732891733f204b9a (diff) |
Better autodetection support for the Cell PPU and ppc64 machines generally.
Diffstat (limited to 'misc/config')
-rw-r--r-- | misc/config/arch/ppc64 | 1 | ||||
-rw-r--r-- | misc/config/cc/gcc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/misc/config/arch/ppc64 b/misc/config/arch/ppc64 index 2bb789949..f5926b789 100644 --- a/misc/config/arch/ppc64 +++ b/misc/config/arch/ppc64 @@ -14,4 +14,5 @@ ppc970 power3 power4 power5 +cellppu </submodels> diff --git a/misc/config/cc/gcc b/misc/config/cc/gcc index 376817947..78dfffcfd 100644 --- a/misc/config/cc/gcc +++ b/misc/config/cc/gcc @@ -46,6 +46,7 @@ ppc601 -> "-mpowerpc -mcpu=601" sparc64-ultra3 -> "-mcpu=v9 -mtune=ultrasparc3" em64t -> "-march=nocona -momit-leaf-frame-pointer" +cellppu -> "" # Default family options (SUBMODEL is substitued with the real submodel) # Anything after the quotes is what should be *removed* from the submodel name |