Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/desc/
Date: Fri, 11 Sep 2020 15:51:05
Message-Id: 1599839361.f22812a575b63c69d197f7068b41bc4da6c05079.dilfridge@gentoo
1 commit: f22812a575b63c69d197f7068b41bc4da6c05079
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 11 15:40:15 2020 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 11 15:49:21 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f22812a5
7
8 profiles: Add 32bit abi in ABI_RISCV
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 708fc8666fb..f11a1dad60b 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