diff options
Diffstat (limited to 'common.py')
-rw-r--r-- | common.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/common.py b/common.py index 2674f327bd8..f0b1ccc2c1f 100644 --- a/common.py +++ b/common.py @@ -31,9 +31,15 @@ _machine_map = { 'i486': 'x86', 'i586': 'x86', 'i686': 'x86', + 'BePC': 'x86', + 'Intel': 'x86', 'ppc' : 'ppc', + 'BeBox': 'ppc', + 'BeMac': 'ppc', 'AMD64': 'x86_64', 'x86_64': 'x86_64', + 'sparc': 'sparc', + 'sun4u': 'sparc', } |