commit: f22812a575b63c69d197f7068b41bc4da6c05079 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Fri Sep 11 15:40:15 2020 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Fri Sep 11 15:49:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f22812a5
profiles: Add 32bit abi in ABI_RISCV Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/desc/abi_riscv.desc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profiles/desc/abi_riscv.desc b/profiles/desc/abi_riscv.desc index 708fc8666fb..f11a1dad60b 100644 --- a/profiles/desc/abi_riscv.desc +++ b/profiles/desc/abi_riscv.desc @@ -7,3 +7,5 @@ # on gentoo-dev. lp64d - 64-bit (rv64) double hard-float libraries lp64 - 64-bit (rv64) soft-float libraries +ilp32d - 32-bit (rv32) double hard-float libraries +ilp32 - 32-bit (rv32) soft-float libraries
