We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c3ecbb commit e849641Copy full SHA for e849641
configure
@@ -27,7 +27,7 @@ parser = optparse.OptionParser()
27
28
valid_os = ('win', 'mac', 'solaris', 'freebsd', 'openbsd', 'linux', 'android')
29
valid_arch = ('arm', 'arm64', 'ia32', 'mips', 'mipsel', 'ppc', 'ppc64', 'x32',
30
- 'x64')
+ 'x64', 'x86')
31
valid_arm_float_abi = ('soft', 'softfp', 'hard')
32
valid_mips_arch = ('loongson', 'r1', 'r2', 'r6', 'rx')
33
valid_mips_fpu = ('fp32', 'fp64', 'fpxx')
0 commit comments