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/arch/riscv/rv32imac/ilp32/, profiles/arch/riscv/rv32imac/ilp32d/
Date: Sat, 26 Feb 2022 17:36:04
Message-Id: 1645896928.88428d0c746ba29ac3d9865533c29a00507374a2.dilfridge@gentoo
1 commit: 88428d0c746ba29ac3d9865533c29a00507374a2
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 26 17:35:28 2022 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 26 17:35:28 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88428d0c
7
8 profiles: mask musl on riscv32 (not supported)
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 profiles/arch/riscv/rv32imac/ilp32/package.mask | 3 +++
13 profiles/arch/riscv/rv32imac/ilp32d/package.mask | 3 +++
14 2 files changed, 6 insertions(+)
15
16 diff --git a/profiles/arch/riscv/rv32imac/ilp32/package.mask b/profiles/arch/riscv/rv32imac/ilp32/package.mask
17 index fae8be793357..65816f09ade7 100644
18 --- a/profiles/arch/riscv/rv32imac/ilp32/package.mask
19 +++ b/profiles/arch/riscv/rv32imac/ilp32/package.mask
20 @@ -3,3 +3,6 @@
21
22 # sys-libs/libseccomp has not been ported to rv32 yet
23 sys-libs/libseccomp
24 +
25 +# does not support rv32
26 +sys-libs/musl
27
28 diff --git a/profiles/arch/riscv/rv32imac/ilp32d/package.mask b/profiles/arch/riscv/rv32imac/ilp32d/package.mask
29 index fae8be793357..65816f09ade7 100644
30 --- a/profiles/arch/riscv/rv32imac/ilp32d/package.mask
31 +++ b/profiles/arch/riscv/rv32imac/ilp32d/package.mask
32 @@ -3,3 +3,6 @@
33
34 # sys-libs/libseccomp has not been ported to rv32 yet
35 sys-libs/libseccomp
36 +
37 +# does not support rv32
38 +sys-libs/musl