diff --git a/tools/catalyst-auto-qemu-riscv.conf b/tools/catalyst-auto-qemu-riscv.conf index 0bf8f877..036e2710 100644 --- a/tools/catalyst-auto-qemu-riscv.conf +++ b/tools/catalyst-auto-qemu-riscv.conf @@ -14,6 +14,7 @@ SETS=" lp64d_musl lp64d_openrc lp64d_systemd + lp64_musl lp64_openrc lp64_systemd multilib_openrc @@ -23,6 +24,7 @@ SETS=" SET_lp64d_musl_SPECS="stage1-lp64d-musl.spec stage3-lp64d-musl.spec" SET_lp64d_openrc_SPECS="stage1-lp64d-openrc.spec stage3-lp64d-openrc.spec" SET_lp64d_systemd_SPECS="stage1-lp64d-systemd.spec stage3-lp64d-systemd.spec" +SET_lp64_musl_SPECS="stage1-lp64-musl.spec stage3-lp64-musl.spec" SET_lp64_openrc_SPECS="stage1-lp64-openrc.spec stage3-lp64-openrc.spec" SET_lp64_systemd_SPECS="stage1-lp64-systemd.spec stage3-lp64-systemd.spec" SET_multilib_openrc_SPECS="stage1-multilib-openrc.spec stage3-multilib-openrc.spec"