[coreboot-gerrit] Patch set updated for coreboot: 378e162 build system: mips is a valid nickname for mipsel

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Sat Mar 28 16:28:26 CET 2015


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/9146

-gerrit

commit 378e1627d80a1ebda43ee54049e2fcef43789d9d
Author: Patrick Georgi <pgeorgi at google.com>
Date:   Sat Mar 28 15:49:46 2015 +0100

    build system: mips is a valid nickname for mipsel
    
    Change-Id: I5829a96cbb0af0398113efbdf34dfa3d102bf4c8
    Signed-off-by: Patrick Georgi <pgeorgi at google.com>
---
 util/xcompile/xcompile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile
index fc221b1..5809ec0 100755
--- a/util/xcompile/xcompile
+++ b/util/xcompile/xcompile
@@ -209,10 +209,11 @@ arch_config_x86() {
 }
 
 arch_config_mipsel() {
-	TARCH="mipsel"
+	TARCH="mips"
 	TBFDARCHS="tradlittlemips littlemips"
 	TCLIST="mipsel"
 	TWIDTH="32"
+	TSUPP="mips mipsel"
 	TABI="elf"
 }
 



More information about the coreboot-gerrit mailing list