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)
This commit is contained in:
Patrick Georgi 2015-03-28 15:49:46 +01:00
parent 9b0584677f
commit e0935bb405
1 changed files with 2 additions and 1 deletions

View File

@ -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"
}