From 760e4c8e096a2882fd3ec06022fd50bcedaa33b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Tue, 13 Feb 2024 23:43:13 +0100 Subject: [PATCH] Enable 23.0 m68k musl build 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-m68k.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/catalyst-auto-qemu-m68k.conf b/tools/catalyst-auto-qemu-m68k.conf index 62e6ccac..06afd027 100644 --- a/tools/catalyst-auto-qemu-m68k.conf +++ b/tools/catalyst-auto-qemu-m68k.conf @@ -16,8 +16,8 @@ SETS=" musl openrc_23 systemd_23 + musl_23 " -# musl_23 SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec" @@ -26,6 +26,7 @@ SET_systemd_mu_SPECS="stage1-systemd-mu.spec stage3-systemd-mu.spec" SET_musl_SPECS="stage1-musl.spec stage3-musl.spec" SET_openrc_23_SPECS="stage1-openrc-23.spec stage3-openrc-23.spec" + SET_systemd_23_SPECS="stage1-systemd-23.spec stage3-systemd-23.spec" SET_musl_23_SPECS="stage1-musl-23.spec stage3-musl-23.spec"