Skip to content

Commit 2ba8b23

Browse files
committed
build: add 'x86' option back in to configure
Accidentally removed @ #2124 when ppc support was added PR-URL: #2233 Reviewed-By: Johan Bergstrom <[email protected]> Reviewed-By: Jeremiah Senkpiel <[email protected]>
1 parent b4226e7 commit 2ba8b23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ parser = optparse.OptionParser()
2727

2828
valid_os = ('win', 'mac', 'solaris', 'freebsd', 'openbsd', 'linux', 'android')
2929
valid_arch = ('arm', 'arm64', 'ia32', 'mips', 'mipsel', 'ppc', 'ppc64', 'x32',
30-
'x64')
30+
'x64', 'x86')
3131
valid_arm_float_abi = ('soft', 'softfp', 'hard')
3232
valid_mips_arch = ('loongson', 'r1', 'r2', 'r6', 'rx')
3333
valid_mips_fpu = ('fp32', 'fp64', 'fpxx')

0 commit comments

Comments
 (0)