remember what the program did and rewrite statement
This commit is contained in:
parent
23be9d8791
commit
4e166d60b5
1 changed files with 1 additions and 0 deletions
|
@ -444,6 +444,7 @@ def figureoutarch(asked_arch):
|
|||
'pentium4' : 'i386',
|
||||
'pentium5' : 'i386',
|
||||
'ia32' : 'i386',
|
||||
'x86' : 'i386',
|
||||
'x86_32' : 'i386',
|
||||
'x86_64' : 'x86_64',
|
||||
'amd64' : 'x86_64',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue