commit:     bce5259b1e5ab711323b125da5448e2c3b1a463d
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 13 11:29:08 2022 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Aug 13 11:29:08 2022 +0000
URL:        https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=bce5259b

arch: Add subarch definition for riscv64 softfloat musl (part 2)

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 catalyst/arch/riscv.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/catalyst/arch/riscv.py b/catalyst/arch/riscv.py
index 975bce99..3b7796d9 100644
--- a/catalyst/arch/riscv.py
+++ b/catalyst/arch/riscv.py
@@ -61,6 +61,7 @@ def register():
                "rv64_lp64d"    : arch_rv64_lp64d,
                "rv64_lp64d_musl"       : arch_rv64_lp64d_musl,
                "rv64_lp64"     : arch_rv64_lp64,
+               "rv64_lp64_musl"        : arch_rv64_lp64_musl,
                "rv32_ilp32d"   : arch_rv32_ilp32d,
                "rv32_ilp32"    : arch_rv32_ilp32
                }, ("rv64_multilib"))

Reply via email to