Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
mdmillerii
/
openbmc
/
7c231d0c8df6514f44f454d7d0f7111fc918ee9a
/
.
/
poky
/
meta
/
lib
/
oe
/
rust.py
blob: ec70b348054d2297031aef484a26a1fa4325a3d4 [
file
] [
log
] [
blame
]
# Handle mismatches between `uname -m`-style output and Rust's arch names
def
arch_to_rust_arch
(
arch
):
if
arch
==
"ppc64le"
:
return
"powerpc64le"
return
arch