Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/riscv:master commit in: profiles/desc/
Date: Sat, 05 Sep 2020 20:55:55
Message-Id: 1599339327.03dd313bfab7366160857045a3c653db264d1908.dilfridge@gentoo
1 commit: 03dd313bfab7366160857045a3c653db264d1908
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 5 20:55:27 2020 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 5 20:55:27 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/riscv.git/commit/?id=03dd313b
7
8 Add useflag support for rv32 abis
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 profiles/desc/abi_riscv.desc | 2 ++
13 1 file changed, 2 insertions(+)
14
15 diff --git a/profiles/desc/abi_riscv.desc b/profiles/desc/abi_riscv.desc
16 index 708fc86..f11a1da 100644
17 --- a/profiles/desc/abi_riscv.desc
18 +++ b/profiles/desc/abi_riscv.desc
19 @@ -7,3 +7,5 @@
20 # on gentoo-dev.
21 lp64d - 64-bit (rv64) double hard-float libraries
22 lp64 - 64-bit (rv64) soft-float libraries
23 +ilp32d - 32-bit (rv32) double hard-float libraries
24 +ilp32 - 32-bit (rv32) soft-float libraries