Always use "el" for little-endian, not "le"

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

View file

@ -10,7 +10,7 @@ EMAIL_SUBJECT_PREPEND="[mips-qemu-auto]"
SETS="mips64n64openrc mips64eln64openrc"
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
@ -37,8 +37,8 @@ post_build() {
stage3-mips64-n64-openrc.spec)
upload stage3-mips64_n64-openrc-${TIMESTAMP}.xz*
;;
stage3-mips64le-n64-openrc.spec)
upload stage3-mips64le_n64-openrc-${TIMESTAMP}.xz*
stage3-mips64el-n64-openrc.spec)
upload stage3-mips64el_n64-openrc-${TIMESTAMP}.xz*
;;
*)
echo "Finished ${spec}"