diff options
author | lloyd <[email protected]> | 2008-09-30 14:23:01 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-30 14:23:01 +0000 |
commit | 820a52355c1e749fc15acf589126110f264ee1a5 (patch) | |
tree | 616a657ce958b4fd839157beef99ae1d917ad593 | |
parent | 0911b18d14bfde483561d61b9f9171765033c6fa (diff) |
Add several aliases for x86
-rw-r--r-- | src/build-data/arch/ia32 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/build-data/arch/ia32 b/src/build-data/arch/ia32 index 5976c5c78..d9f706a3b 100644 --- a/src/build-data/arch/ia32 +++ b/src/build-data/arch/ia32 @@ -17,6 +17,8 @@ i386 i486 i586 i686 +pentium2 +pentium3 pentium4 pentium-m k6 @@ -27,8 +29,12 @@ athlon pentium -> i586 pentiumpro -> i686 pentium_pro -> i686 -pentium2 -> i686 -pentium3 -> i686 +pentium2 -> pentium2 +pentiumii -> pentium2 +pentium3 -> pentium3 +pentiumiii -> pentium3 + +pentiumm -> pentium-m duron -> athlon athlon-xp -> athlon |