commit: cc9a2bf23dd5c465c3dcf97f62b01aa32252ef1d
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 23 16:13:43 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Jun 23 16:13:43 2021 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=cc9a2bf2
riscv: enable multilib autobuild
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
tools/catalyst-auto-qemu-riscv.conf | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/tools/catalyst-auto-qemu-riscv.conf
b/tools/catalyst-auto-qemu-riscv.conf
index 146a43f0..6212a8fe 100644
--- a/tools/catalyst-auto-qemu-riscv.conf
+++ b/tools/catalyst-auto-qemu-riscv.conf
@@ -15,18 +15,17 @@ SETS="
lp64d_200_systemd
lp64_200_openrc
lp64_200_systemd
+ multilib_200_openrc
"
# riscv32 does not work yet
# ilp32
-# multilib needs re-bootstrapping
-
-SET_multilib_SPECS="stage1-multilib.spec stage3-multilib.spec"
SET_lp64d_200_openrc_SPECS="stage1-lp64d-20.0-openrc.spec
stage3-lp64d-20.0-openrc.spec"
SET_lp64d_200_systemd_SPECS="stage1-lp64d-20.0-systemd.spec
stage3-lp64d-20.0-systemd.spec"
SET_lp64_200_openrc_SPECS="stage1-lp64-20.0-openrc.spec
stage3-lp64-20.0-openrc.spec"
SET_lp64_200_systemd_SPECS="stage1-lp64-20.0-systemd.spec
stage3-lp64-20.0-systemd.spec"
+SET_multilib_200_openrc_SPECS="stage1-multilib-20.0-openrc.spec
stage3-multilib-20.0-openrc.spec"
SET_ilp32_SPECS="stage1-ilp32.spec stage3-ilp32.spec"