commit:     e644d80239e750cf1f5549ecefb2577608278576
Author:     Joshua Kinard <kumba <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 21 20:35:48 2021 +0000
Commit:     Joshua Kinard <kumba <AT> gentoo <DOT> org>
CommitDate: Mon Jun 21 20:40:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e644d802

Fix the value for PROFILE_ARCH to be "mips" instead of "mipsel", as
this profile is for o32 big-endian.

Signed-off-by: Joshua Kinard <kumba <AT> gentoo.org>

 profiles/arch/mips/o32/make.defaults | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/arch/mips/o32/make.defaults 
b/profiles/arch/mips/o32/make.defaults
index fe28e7cc34d..7dae236e955 100644
--- a/profiles/arch/mips/o32/make.defaults
+++ b/profiles/arch/mips/o32/make.defaults
@@ -1,7 +1,7 @@
 # Copyright 2014-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-PROFILE_ARCH="mipsel"
+PROFILE_ARCH="mips"
 
 CHOST="mips-unknown-linux-gnu"
 CHOST_o32="mips-unknown-linux-gnu"

Reply via email to