Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f010cb5

Browse filesBrowse 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
Copy full SHA for f010cb5

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Collapse file

‎configure‎

Copy file name to clipboardExpand all lines: configure
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.