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/arch/riscv/
Date: Sat, 20 Apr 2019 23:30:29
Message-Id: 1555780985.92f16fc7d09f66f1b0b8147ebeb1972153eec778.dilfridge@gentoo
1 commit: 92f16fc7d09f66f1b0b8147ebeb1972153eec778
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 20 17:23:05 2019 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 20 17:23:05 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/riscv.git/commit/?id=92f16fc7
7
8 profiles: Disable advanced portage features to make qemu work
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 profiles/arch/riscv/make.defaults | 3 +++
13 1 file changed, 3 insertions(+)
14
15 diff --git a/profiles/arch/riscv/make.defaults b/profiles/arch/riscv/make.defaults
16 index 1e1fc22..f7ee72c 100644
17 --- a/profiles/arch/riscv/make.defaults
18 +++ b/profiles/arch/riscv/make.defaults
19 @@ -8,6 +8,9 @@ ACCEPT_KEYWORDS="riscv ~riscv"
20
21 CHOST="riscv64-unknown-linux-gnu"
22
23 +# Since many people will want to test this in qemu...
24 +FEATURES="-pid-sandbox -network-sandbox -ipc-sandbox"
25 +
26 # This is not a complete profile. The following stuff is
27 # defined in subdirs:
28 # CFLAGS