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: Fri, 11 Jun 2021 16:11:26
Message-Id: 1623427861.ca22d0bbc634ecd52f517087c9c6c9cca80ba7b5.dilfridge@gentoo
1 commit: ca22d0bbc634ecd52f517087c9c6c9cca80ba7b5
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 11 16:09:55 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 11 16:11:01 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=ca22d0bb
7
8 Add riscv64-lp64d stages with libdir=lib64 to the autobuilds
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 tools/catalyst-auto-qemu-riscv.conf | 9 ++++++++-
13 1 file changed, 8 insertions(+), 1 deletion(-)
14
15 diff --git a/tools/catalyst-auto-qemu-riscv.conf b/tools/catalyst-auto-qemu-riscv.conf
16 index 8b49333e..d6fed219 100644
17 --- a/tools/catalyst-auto-qemu-riscv.conf
18 +++ b/tools/catalyst-auto-qemu-riscv.conf
19 @@ -11,6 +11,8 @@ SPECS_DIR=${REPO_DIR}/releases/specs-qemu/riscv
20 EMAIL_SUBJECT_PREPEND="[riscv-qemu-auto]"
21
22 SETS="
23 + lp64d_200_openrc
24 + lp64d_200_systemd
25 lp64d
26 lp64
27 lp64d_systemd
28 @@ -19,13 +21,18 @@ SETS="
29
30 # riscv32 does not work yet
31 # ilp32
32 -
33 +# multilib needs re-bootstrapping
34
35 SET_multilib_SPECS="stage1-multilib.spec stage2-multilib.spec stage3-multilib.spec"
36 +
37 +SET_lp64d_200_openrc_SPECS="stage1-lp64d-20.0-openrc.spec stage2-lp64d-20.0-openrc.spec stage3-lp64d-20.0-openrc.spec"
38 +SET_lp64d_200_systemd_SPECS="stage1-lp64d-20.0-systemd.spec stage2-lp64d-20.0-systemd.spec stage3-lp64d-20.0-systemd.spec"
39 +
40 SET_lp64d_SPECS="stage1-lp64d.spec stage2-lp64d.spec stage3-lp64d.spec"
41 SET_lp64_SPECS="stage1-lp64.spec stage2-lp64.spec stage3-lp64.spec"
42 SET_lp64d_systemd_SPECS="stage1-lp64d-systemd.spec stage2-lp64d-systemd.spec stage3-lp64d-systemd.spec"
43 SET_lp64_systemd_SPECS="stage1-lp64-systemd.spec stage2-lp64-systemd.spec stage3-lp64-systemd.spec"
44 +
45 SET_ilp32_SPECS="stage1-ilp32.spec stage2-ilp32.spec stage3-ilp32.spec"
46
47 update_symlinks() {