Add mips64-n64 BE variant

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2022-02-23 21:57:16 +01:00
parent 9ed48293a4
commit 19e13aea28
No known key found for this signature in database
GPG key ID: 4C49F79E54D0A206
3 changed files with 32 additions and 2 deletions

View file

@ -7,9 +7,10 @@ SPECS_DIR=${REPO_DIR}/releases/specs-qemu/mips
EMAIL_SUBJECT_PREPEND="[mips-qemu-auto]"
SETS="mips64len64openrc"
SETS="mips64n64openrc mips64eln64openrc"
SET_mips64len64openrc_SPECS="stage1-mips64le-n64-openrc.spec stage3-mips64le-n64-openrc.spec"
SET_mips64n64openrc_SPECS="stage1-mips64-n64-openrc.spec stage3-mips64-n64-openrc.spec"
SET_mips64eln64openrc_SPECS="stage1-mips64le-n64-openrc.spec stage3-mips64le-n64-openrc.spec"
KCONFIG_DIR=${REPO_DIR}/releases/kconfig/mips
@ -33,6 +34,9 @@ post_build() {
pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null
case ${spec} in
stage3-mips64-n64-openrc.spec)
upload stage3-mips64_n64-openrc-${TIMESTAMP}.xz*
;;
stage3-mips64le-n64-openrc.spec)
upload stage3-mips64le_n64-openrc-${TIMESTAMP}.xz*
;;