From a1f68f259d5d5954192b3a1497c960972e9be4fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Thu, 2 May 2024 18:32:12 +1100 Subject: [PATCH] Enable riscv32 musl builds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel --- tools/catalyst-auto-qemu-riscv.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/catalyst-auto-qemu-riscv.conf b/tools/catalyst-auto-qemu-riscv.conf index 63d79a05..d88df515 100644 --- a/tools/catalyst-auto-qemu-riscv.conf +++ b/tools/catalyst-auto-qemu-riscv.conf @@ -21,16 +21,16 @@ SETS=" multilib_systemd_23 ilp32d_openrc_23 ilp32d_systemd_23 + ilp32d_musl_23 ilp32_openrc_23 ilp32_systemd_23 + ilp32_musl_23 lp64d_openrc lp64d_musl lp64_openrc lp64_musl multilib_openrc " -# ilp32d_musl_23 -# ilp32_musl_23 SET_lp64d_musl_SPECS="stage1-lp64d-musl.spec stage3-lp64d-musl.spec" SET_lp64d_openrc_SPECS="stage1-lp64d-openrc.spec stage3-lp64d-openrc.spec"