summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2015-03-28 15:49:46 +0100
committerPatrick Georgi <pgeorgi@google.com>2015-03-30 21:42:40 +0200
commite0935bb405f0a6081305bf7b146b4c52615dc65f (patch)
treee8452e34fc36bb8f19ffa8f55e1cd3ffa3981ddd /util
parent9b0584677f22429b9c14b920d56219c07dab56bd (diff)
downloadcoreboot-e0935bb405f0a6081305bf7b146b4c52615dc65f.tar.gz
coreboot-e0935bb405f0a6081305bf7b146b4c52615dc65f.tar.bz2
coreboot-e0935bb405f0a6081305bf7b146b4c52615dc65f.zip
build system: mips is a valid nickname for mipsel
Change-Id: I5829a96cbb0af0398113efbdf34dfa3d102bf4c8 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: http://review.coreboot.org/9146 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Aaron Durbin <adurbin@google.com> Tested-by: build bot (Jenkins)
Diffstat (limited to 'util')
-rwxr-xr-xutil/xcompile/xcompile3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile
index fc221b1f4d7d..5809ec0890c4 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"
}