commit: 02abf88ca64b1d99a372555fadbd7691ed605d6b Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sat Sep 5 15:09:53 2020 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat Sep 5 15:21:25 2020 +0000 URL: https://gitweb.gentoo.org/proj/riscv.git/commit/?id=02abf88c
Add rv32 profiles to profiles.desc Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/profiles.desc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profiles/profiles.desc b/profiles/profiles.desc index c14df19..8cfd1ee 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -1,3 +1,5 @@ riscv default/linux/riscv/17.0/rv64gc dev riscv default/linux/riscv/17.0/rv64gc/lp64d stable riscv default/linux/riscv/17.0/rv64gc/lp64 stable +riscv default/linux/riscv/17.0/rv32imac/ilp32d stable +riscv default/linux/riscv/17.0/rv32imac/ilp32 stable
