diff options
author | lloyd <[email protected]> | 2011-05-13 13:34:23 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-05-13 13:34:23 +0000 |
commit | c7259bfc91e1fd5c9db642e59d13dd5b835517cd (patch) | |
tree | 4eba1b7fa6a271f53206a757b62a21079a110765 /src/build-data/arch | |
parent | 446705fb96ce321c8db2e78fe4aff8173d0f662b (diff) |
Add specialization for i486 that uses -mtune=generic, as Debian
invokes the build with --cpu=i486 on x86-32.
Add -momit-leaf-frame-pointer to x86 specializations.
Use -march=atom for atom32 as well.
Use -mcpu=cell for Cell PPU - it's not documented, but GCC 4.6 has it.
Remove ancient/untested rs64a support from ppc64
Diffstat (limited to 'src/build-data/arch')
-rw-r--r-- | src/build-data/arch/ppc64.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/build-data/arch/ppc64.txt b/src/build-data/arch/ppc64.txt index 7a2e6b6b3..954d9181e 100644 --- a/src/build-data/arch/ppc64.txt +++ b/src/build-data/arch/ppc64.txt @@ -11,7 +11,6 @@ g5 -> ppc970 </submodel_aliases> <submodels> -rs64a ppc970 power3 power4 |