Add mips2 BE softfloat build
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
2b1317a271
commit
6e2fb08336
5 changed files with 63 additions and 34 deletions
|
@ -6,43 +6,12 @@ UPLOAD_KEY=/root/.ssh/id_rsa
|
|||
SPECS_DIR=${REPO_DIR}/releases/specs-qemu/mips
|
||||
EMAIL_SUBJECT_PREPEND="[mips-qemu-auto]"
|
||||
|
||||
SETS_BE="
|
||||
mips2_o32_openrc
|
||||
mips2_o32_systemd
|
||||
mips2_o32_systemd_mu
|
||||
mips3_n32_openrc
|
||||
mips3_n32_systemd
|
||||
mips3_n32_systemd_mu
|
||||
mips3_n64_openrc
|
||||
mips3_n64_systemd
|
||||
mips3_n64_systemd_mu
|
||||
mips3_multilib_openrc
|
||||
mips3_multilib_systemd
|
||||
mips3_multilib_systemd_mu
|
||||
"
|
||||
|
||||
SETS_LE="
|
||||
mipsel2_o32_openrc
|
||||
mipsel2_o32_systemd
|
||||
mipsel2_o32_systemd_mu
|
||||
mipsel3_o32_openrc
|
||||
mipsel3_o32_systemd
|
||||
mipsel3_o32_systemd_mu
|
||||
mipsel3_n32_openrc
|
||||
mipsel3_n32_systemd
|
||||
mipsel3_n32_systemd_mu
|
||||
mipsel3_n64_openrc
|
||||
mipsel3_n64_systemd
|
||||
mipsel3_n64_systemd_mu
|
||||
mipsel3_multilib_openrc
|
||||
mipsel3_multilib_systemd
|
||||
mipsel3_multilib_systemd_mu
|
||||
"
|
||||
|
||||
SETS_O32="
|
||||
mips2_o32_openrc
|
||||
mips2_o32_systemd
|
||||
mips2_o32_systemd_mu
|
||||
mips2_softfloat_o32_openrc
|
||||
mips2_softfloat_o32_systemd
|
||||
mipsel2_o32_openrc
|
||||
mipsel2_o32_systemd
|
||||
mipsel2_o32_systemd_mu
|
||||
|
@ -78,12 +47,14 @@ SETS_MULTI="
|
|||
mipsel3_multilib_systemd_mu
|
||||
"
|
||||
|
||||
# SETS="${SETS_BE} ${SETS_LE}"
|
||||
|
||||
SET_mips2_o32_openrc_SPECS="stage1-mips2-o32-openrc.spec stage3-mips2-o32-openrc.spec"
|
||||
SET_mips2_o32_systemd_SPECS="stage1-mips2-o32-systemd.spec stage3-mips2-o32-systemd.spec"
|
||||
SET_mips2_o32_systemd_mu_SPECS="stage1-mips2-o32-systemd-mu.spec stage3-mips2-o32-systemd-mu.spec"
|
||||
|
||||
SET_mips2_softfloat_o32_openrc_SPECS="stage1-mips2_softfloat-o32-openrc.spec stage3-mips2_softfloat-o32-openrc.spec"
|
||||
SET_mips2_softfloat_o32_systemd_SPECS="stage1-mips2_softfloat-o32-systemd.spec stage3-mips2_softfloat-o32-systemd.spec"
|
||||
|
||||
SET_mipsel2_o32_openrc_SPECS="stage1-mipsel2-o32-openrc.spec stage3-mipsel2-o32-openrc.spec"
|
||||
SET_mipsel2_o32_systemd_SPECS="stage1-mipsel2-o32-systemd.spec stage3-mipsel2-o32-systemd.spec"
|
||||
SET_mipsel2_o32_systemd_mu_SPECS="stage1-mipsel2-o32-systemd-mu.spec stage3-mipsel2-o32-systemd-mu.spec"
|
||||
|
@ -144,6 +115,12 @@ post_build() {
|
|||
stage3-mips2-o32-systemd.spec)
|
||||
upload stage3-mips2-systemd-${TIMESTAMP}.tar.xz*
|
||||
;;
|
||||
stage3-mips2_softfloat-o32-openrc.spec)
|
||||
upload stage3-mips2_softfloat-openrc-${TIMESTAMP}.tar.xz*
|
||||
;;
|
||||
stage3-mips2_softfloat-o32-systemd.spec)
|
||||
upload stage3-mips2_softfloat-systemd-${TIMESTAMP}.tar.xz*
|
||||
;;
|
||||
stage3-mipsel2-o32-openrc.spec)
|
||||
upload stage3-mipsel2-openrc-${TIMESTAMP}.tar.xz*
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue