Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
build: map i686 to ia32
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate authored and bnoordhuis committed Feb 20, 2012
1 parent 546870e commit 028043d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure
Expand Up @@ -153,6 +153,7 @@ def host_arch():
'arm': 'arm',
'x86': 'ia32',
'i386': 'ia32',
'i686': 'ia32',
'x86_64': 'x64',
}

Expand Down

0 comments on commit 028043d

Please sign in to comment.