commit:     980c53a10e3c36f2119a8012d8af6c9649107937
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  3 14:11:40 2023 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Sep  3 14:11:40 2023 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=980c53a1

Build in same order as listed on website

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 tools/catalyst-auto-qemu-mips-common | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/tools/catalyst-auto-qemu-mips-common 
b/tools/catalyst-auto-qemu-mips-common
index 3eb082ca..300bfae6 100644
--- a/tools/catalyst-auto-qemu-mips-common
+++ b/tools/catalyst-auto-qemu-mips-common
@@ -7,23 +7,23 @@ SPECS_DIR=${REPO_DIR}/releases/specs-qemu/mips
 EMAIL_SUBJECT_PREPEND="[mips-qemu-auto]"
 
 SETS_O32="
-       mips2_o32_openrc
-       mips2_o32_systemd
-       mips2_o32_systemd_mu
        mips2_softfloat_o32_openrc
        mips2_softfloat_o32_systemd
        mips2_softfloat_o32_systemd_mu
+       mips2_o32_openrc
+       mips2_o32_systemd
+       mips2_o32_systemd_mu
        mips2_o32_musl
-       mipsel2_o32_openrc
-       mipsel2_o32_systemd
-       mipsel2_o32_systemd_mu
        mipsel2_softfloat_o32_openrc
        mipsel2_softfloat_o32_systemd
        mipsel2_softfloat_o32_systemd_mu
-       mipsel2_o32_musl
+       mipsel2_o32_openrc
+       mipsel2_o32_systemd
+       mipsel2_o32_systemd_mu
        mipsel3_o32_openrc
        mipsel3_o32_systemd
        mipsel3_o32_systemd_mu
+       mipsel2_o32_musl
 "
 
 SETS_N32="

Reply via email to