Skip to content

Commit

Permalink
_platform: add LoongArch to the list of supported platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Lee committed Jan 8, 2023
1 parent c001ff7 commit 11c52c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/buildstream/_platform/platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ def canonicalize_arch(arch):
"i486": "x86-32",
"i586": "x86-32",
"i686": "x86-32",
"la64v100": "la64v100",
"loong64": "la64v100",
"loongarch64": "la64v100",
"power-isa-be": "power-isa-be",
"power-isa-le": "power-isa-le",
"powerpc": "power-isa-be",
Expand Down

0 comments on commit 11c52c8

Please # to comment.