From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 61D921382C5 for ; Wed, 23 Jun 2021 16:14:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6EC1BE088F; Wed, 23 Jun 2021 16:14:15 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 559A4E088F for ; Wed, 23 Jun 2021 16:14:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4C1C0340A51 for ; Wed, 23 Jun 2021 16:14:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CECB57B5 for ; Wed, 23 Jun 2021 16:14:12 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1624464823.cc9a2bf23dd5c465c3dcf97f62b01aa32252ef1d.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-qemu-riscv.conf X-VCS-Directories: tools/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: cc9a2bf23dd5c465c3dcf97f62b01aa32252ef1d X-VCS-Branch: master Date: Wed, 23 Jun 2021 16:14:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 60ac0756-7370-4c0f-88d2-4e23b388c686 X-Archives-Hash: 6d4808a6f2969715b713eb80dc9135f9 commit: cc9a2bf23dd5c465c3dcf97f62b01aa32252ef1d Author: Andreas K. Hüttel gentoo org> AuthorDate: Wed Jun 23 16:13:43 2021 +0000 Commit: Andreas K. Hüttel gentoo 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 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"