Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/releng:master commit in: tools/
Date: Wed, 23 Jun 2021 16:14:16
Message-Id: 1624464823.cc9a2bf23dd5c465c3dcf97f62b01aa32252ef1d.dilfridge@gentoo
1 commit: cc9a2bf23dd5c465c3dcf97f62b01aa32252ef1d
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 23 16:13:43 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 23 16:13:43 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=cc9a2bf2
7
8 riscv: enable multilib autobuild
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 tools/catalyst-auto-qemu-riscv.conf | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/tools/catalyst-auto-qemu-riscv.conf b/tools/catalyst-auto-qemu-riscv.conf
16 index 146a43f0..6212a8fe 100644
17 --- a/tools/catalyst-auto-qemu-riscv.conf
18 +++ b/tools/catalyst-auto-qemu-riscv.conf
19 @@ -15,18 +15,17 @@ SETS="
20 lp64d_200_systemd
21 lp64_200_openrc
22 lp64_200_systemd
23 + multilib_200_openrc
24 "
25
26 # riscv32 does not work yet
27 # ilp32
28 -# multilib needs re-bootstrapping
29 -
30 -SET_multilib_SPECS="stage1-multilib.spec stage3-multilib.spec"
31
32 SET_lp64d_200_openrc_SPECS="stage1-lp64d-20.0-openrc.spec stage3-lp64d-20.0-openrc.spec"
33 SET_lp64d_200_systemd_SPECS="stage1-lp64d-20.0-systemd.spec stage3-lp64d-20.0-systemd.spec"
34 SET_lp64_200_openrc_SPECS="stage1-lp64-20.0-openrc.spec stage3-lp64-20.0-openrc.spec"
35 SET_lp64_200_systemd_SPECS="stage1-lp64-20.0-systemd.spec stage3-lp64-20.0-systemd.spec"
36 +SET_multilib_200_openrc_SPECS="stage1-multilib-20.0-openrc.spec stage3-multilib-20.0-openrc.spec"
37
38 SET_ilp32_SPECS="stage1-ilp32.spec stage3-ilp32.spec"