mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
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:
parent
9b0584677f
commit
e0935bb405
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue