build: map i686 to ia32

This commit is contained in:
Nathan Rajlich
2012-02-18 12:06:31 -08:00
committed by Ben Noordhuis
parent 546870edd8
commit 028043dd02

1
configure vendored
View File

@@ -153,6 +153,7 @@ def host_arch():
'arm': 'arm',
'x86': 'ia32',
'i386': 'ia32',
'i686': 'ia32',
'x86_64': 'x64',
}