Add mips64-n64 BE variant
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
9ed48293a4
commit
19e13aea28
3 changed files with 32 additions and 2 deletions
|
@ -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*
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue