Gentoo Archives: gentoo-commits

From: Joshua Kinard <kumba@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/mips/o32/
Date: Mon, 21 Jun 2021 20:41:19
Message-Id: 1624308056.e644d80239e750cf1f5549ecefb2577608278576.kumba@gentoo
1 commit: e644d80239e750cf1f5549ecefb2577608278576
2 Author: Joshua Kinard <kumba <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 21 20:35:48 2021 +0000
4 Commit: Joshua Kinard <kumba <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 21 20:40:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e644d802
7
8 Fix the value for PROFILE_ARCH to be "mips" instead of "mipsel", as
9 this profile is for o32 big-endian.
10
11 Signed-off-by: Joshua Kinard <kumba <AT> gentoo.org>
12
13 profiles/arch/mips/o32/make.defaults | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/profiles/arch/mips/o32/make.defaults b/profiles/arch/mips/o32/make.defaults
17 index fe28e7cc34d..7dae236e955 100644
18 --- a/profiles/arch/mips/o32/make.defaults
19 +++ b/profiles/arch/mips/o32/make.defaults
20 @@ -1,7 +1,7 @@
21 # Copyright 2014-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -PROFILE_ARCH="mipsel"
25 +PROFILE_ARCH="mips"
26
27 CHOST="mips-unknown-linux-gnu"
28 CHOST_o32="mips-unknown-linux-gnu"