Skip to content

Commit 4809aff

Browse files
committed
configure: add mips64el to valid_arch
Fixes: #13616
1 parent a08b59f commit 4809aff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ parser = optparse.OptionParser()
4747

4848
valid_os = ('win', 'mac', 'solaris', 'freebsd', 'openbsd', 'linux',
4949
'android', 'aix')
50-
valid_arch = ('arm', 'arm64', 'ia32', 'mips', 'mipsel', 'ppc', 'ppc64', 'x32',
51-
'x64', 'x86', 's390', 's390x')
50+
valid_arch = ('arm', 'arm64', 'ia32', 'mips', 'mipsel', 'mips64el', 'ppc',
51+
'ppc64', 'x32','x64', 'x86', 's390', 's390x')
5252
valid_arm_float_abi = ('soft', 'softfp', 'hard')
5353
valid_arm_fpu = ('vfp', 'vfpv3', 'vfpv3-d16', 'neon')
5454
valid_mips_arch = ('loongson', 'r1', 'r2', 'r6', 'rx')

0 commit comments

Comments
 (0)