Skip to content

Commit

Permalink
Add triple mappings for i386, armv7, and openbsd. (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmillikin committed Jan 22, 2021
1 parent b456565 commit 215a8de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rust/platform/triple_mappings.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ _CPU_ARCH_TO_BUILTIN_PLAT_SUFFIX = {
"i686": "x86_32",
"s390x": "s390x",
"asmjs": None,
"i386": None,
"i386": "i386",
"i586": None,
"powerpc64": None,
"powerpc64le": None,
"armv7": None,
"armv7": "armv7",
"armv7s": None,
"s390": None,
"le32": None,
Expand All @@ -37,7 +37,7 @@ _SYSTEM_TO_BUILTIN_SYS_SUFFIX = {
"bitrig": None,
"dragonfly": None,
"netbsd": None,
"openbsd": None,
"openbsd": "openbsd",
"solaris": None,
}

Expand Down

0 comments on commit 215a8de

Please sign in to comment.