diff options
author | lloyd <[email protected]> | 2008-10-07 21:09:47 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-10-07 21:09:47 +0000 |
commit | c3ab85e141f82f20ef467da14259437beb9167bc (patch) | |
tree | 35870b01f0f024f260310a3cb4fad471d55290b0 /src/build-data/arch | |
parent | eec6b9d07c56c8fbcb3f79da8ea0bea782b06b94 (diff) |
Add new aliases for Opteron, Pentium-M, Pentium4, and Cell PPU to aid ID via /proc/cpuinfo
Diffstat (limited to 'src/build-data/arch')
-rw-r--r-- | src/build-data/arch/amd64 | 2 | ||||
-rw-r--r-- | src/build-data/arch/ia32 | 3 | ||||
-rw-r--r-- | src/build-data/arch/ppc64 | 4 |
3 files changed, 9 insertions, 0 deletions
diff --git a/src/build-data/arch/amd64 b/src/build-data/arch/amd64 index dc4554685..cd42b1a1e 100644 --- a/src/build-data/arch/amd64 +++ b/src/build-data/arch/amd64 @@ -20,6 +20,8 @@ core2 core2duo -> core2 intelcore2 -> core2 intelcore2duo -> core2 + +amdopteron -> opteron athlon64 -> opteron k8 -> opteron </submodel_aliases> diff --git a/src/build-data/arch/ia32 b/src/build-data/arch/ia32 index d9f706a3b..d2f041769 100644 --- a/src/build-data/arch/ia32 +++ b/src/build-data/arch/ia32 @@ -35,6 +35,9 @@ pentium3 -> pentium3 pentiumiii -> pentium3 pentiumm -> pentium-m +intelpentiumm -> pentium-m + +intelpentium4 -> pentium4 duron -> athlon athlon-xp -> athlon diff --git a/src/build-data/arch/ppc64 b/src/build-data/arch/ppc64 index f5926b789..6d5eb7ad2 100644 --- a/src/build-data/arch/ppc64 +++ b/src/build-data/arch/ppc64 @@ -16,3 +16,7 @@ power4 power5 cellppu </submodels> + +<submodel_aliases> +cellbroadbandengine -> cellppu +</submodel_aliases> |