From 955caaafde0d18e676caae8b918d7519300f8f7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Sat, 24 Feb 2024 15:33:37 +0100 Subject: [PATCH] Enable mips n32 23.0 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-mips-common | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/tools/catalyst-auto-qemu-mips-common b/tools/catalyst-auto-qemu-mips-common index 60864409..22bddf80 100644 --- a/tools/catalyst-auto-qemu-mips-common +++ b/tools/catalyst-auto-qemu-mips-common @@ -34,13 +34,22 @@ SETS_O32_23=" SETS_O32="${SETS_O32_17} ${SETS_O32_23}" -SETS_N32=" +SETS_N32_17=" mipsel3_n32_openrc mipsel3_n32_systemd_mu mips3_n32_openrc mips3_n32_systemd_mu " +SETS_N32_23=" + mipsel3_n32_openrc_23 + mipsel3_n32_systemd_23 + mips3_n32_openrc_23 + mips3_n32_systemd_23 +" + +SETS_N32="${SETS_N32_17} ${SETS_N32_23}" + SETS_N64=" mipsel3_n64_openrc mipsel3_n64_systemd_mu @@ -99,6 +108,14 @@ SET_mips3_n32_systemd_mu_SPECS="stage1-mips3-n32-systemd-mu.spec stage3-mips3-n3 SET_mipsel3_n32_openrc_SPECS="stage1-mipsel3-n32-openrc.spec stage3-mipsel3-n32-openrc.spec" SET_mipsel3_n32_systemd_mu_SPECS="stage1-mipsel3-n32-systemd-mu.spec stage3-mipsel3-n32-systemd-mu.spec" +# 23.0 N32 + +SET_mips3_n32_openrc_23_SPECS="n32/stage1-mips3-n32-openrc-23.spec n32/stage3-mips3-n32-openrc-23.spec" +SET_mips3_n32_systemd_23_SPECS="n32/stage1-mips3-n32-systemd-23.spec n32/stage3-mips3-n32-systemd-23.spec" + +SET_mipsel3_n32_openrc_23_SPECS="n32/stage1-mipsel3-n32-openrc-23.spec n32/stage3-mipsel3-n32-openrc-23.spec" +SET_mipsel3_n32_systemd_23_SPECS="n32/stage1-mipsel3-n32-systemd-23.spec n32/stage3-mipsel3-n32-systemd-23.spec" + # 17.0 multilib SET_mips3_multilib_openrc_SPECS="stage1-mips3-multilib-openrc.spec stage3-mips3-multilib-openrc.spec" @@ -194,6 +211,12 @@ post_build() { o32/stage3-mipsel2_softfloat-o32-systemd-23.spec) upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-default/stage3-mipsel2_softfloat" mips/23.0/mipsel2_o32_sf ;; + n32/stage3-mips3-n32-systemd-23.spec) + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-default/stage3-mips3_n32" mips/23.0/mips3_n32 + ;; + n32/stage3-mipsel3-n32-systemd-23.spec) + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-default/stage3-mipsel3_n32" mips/23.0/mipsel3_n32 + ;; esac popd >/dev/null