Skip to content

Commit 465bd48

Browse files
thelostone-mcaddaleax
authored andcommitted
configure: add mips64el to valid_arch
PR-URL: #13620 Fixes: #13616 Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent cc92231 commit 465bd48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure

+2-2
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)