Enable mips n32 23.0 builds

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2024-02-24 15:33:37 +01:00
parent e373f6f75c
commit 955caaafde
No known key found for this signature in database
GPG key ID: DC2B16215ED5412A

View file

@ -34,13 +34,22 @@ SETS_O32_23="
SETS_O32="${SETS_O32_17} ${SETS_O32_23}" SETS_O32="${SETS_O32_17} ${SETS_O32_23}"
SETS_N32=" SETS_N32_17="
mipsel3_n32_openrc mipsel3_n32_openrc
mipsel3_n32_systemd_mu mipsel3_n32_systemd_mu
mips3_n32_openrc mips3_n32_openrc
mips3_n32_systemd_mu 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=" SETS_N64="
mipsel3_n64_openrc mipsel3_n64_openrc
mipsel3_n64_systemd_mu 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_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" 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 # 17.0 multilib
SET_mips3_multilib_openrc_SPECS="stage1-mips3-multilib-openrc.spec stage3-mips3-multilib-openrc.spec" 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) 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 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 esac
popd >/dev/null popd >/dev/null