Always use "el" for little-endian, not "le"
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
19e13aea28
commit
6884a5d884
3 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ EMAIL_SUBJECT_PREPEND="[mips-qemu-auto]"
|
||||||
SETS="mips64n64openrc mips64eln64openrc"
|
SETS="mips64n64openrc mips64eln64openrc"
|
||||||
|
|
||||||
SET_mips64n64openrc_SPECS="stage1-mips64-n64-openrc.spec stage3-mips64-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"
|
SET_mips64eln64openrc_SPECS="stage1-mips64el-n64-openrc.spec stage3-mips64el-n64-openrc.spec"
|
||||||
|
|
||||||
KCONFIG_DIR=${REPO_DIR}/releases/kconfig/mips
|
KCONFIG_DIR=${REPO_DIR}/releases/kconfig/mips
|
||||||
|
|
||||||
|
@ -37,8 +37,8 @@ post_build() {
|
||||||
stage3-mips64-n64-openrc.spec)
|
stage3-mips64-n64-openrc.spec)
|
||||||
upload stage3-mips64_n64-openrc-${TIMESTAMP}.xz*
|
upload stage3-mips64_n64-openrc-${TIMESTAMP}.xz*
|
||||||
;;
|
;;
|
||||||
stage3-mips64le-n64-openrc.spec)
|
stage3-mips64el-n64-openrc.spec)
|
||||||
upload stage3-mips64le_n64-openrc-${TIMESTAMP}.xz*
|
upload stage3-mips64el_n64-openrc-${TIMESTAMP}.xz*
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Finished ${spec}"
|
echo "Finished ${spec}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue