Skip to content

Commit f010cb5

Browse files
kapouerrvagg
authored andcommitted
configure: detect mipsel host
Detect mipsel before mips because mipsel has __mips__ flag as well. PR-URL: #2971 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
1 parent 4519dd0 commit f010cb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configure

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,7 @@ def host_arch_cc():
566566
'__aarch64__' : 'arm64',
567567
'__arm__' : 'arm',
568568
'__i386__' : 'ia32',
569+
'__MIPSEL__' : 'mipsel',
569570
'__mips__' : 'mips',
570571
'__PPC64__' : 'ppc64',
571572
'__PPC__' : 'ppc',

0 commit comments

Comments
 (0)