You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by GitBox <gi...@apache.org> on 2022/01/26 14:46:45 UTC

[GitHub] [buildstream] nanonyme commented on a change in pull request #1577: Let me use riscv architecture options.

nanonyme commented on a change in pull request #1577:
URL: https://github.com/apache/buildstream/pull/1577#discussion_r792710614



##########
File path: src/buildstream/_platform/platform.py
##########
@@ -111,6 +111,8 @@ def canonicalize_arch(arch):
             "powerpc64le": "power-isa-le",  # Used in GCC/LLVM
             "ppc64": "power-isa-be",
             "ppc64le": "power-isa-le",
+            "riscv32": "riscv32",

Review comment:
       The latter values iirc need to be RV32I and RV64I respectively based on remote execution API feedback




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@buildstream.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org