Patrick Georgi (pgeorgi@google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8630
-gerrit
commit c6aa8c83bc47b58afaac9a495bf991b80fcbb2f9 Author: Patrick Georgi patrick@georgi-clan.de Date: Sun Mar 8 09:20:36 2015 +0100
crossgcc: Add mipsel-elf as supported target
Change-Id: Icd8050d9193f9957468cfa13901ec14e993e50de Signed-off-by: Patrick Georgi patrick@georgi-clan.de --- util/crossgcc/buildgcc | 1 + 1 file changed, 1 insertion(+)
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 0779266..fc85734 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -229,6 +229,7 @@ done case "$TARGETARCH" in i386-elf) ;; i386-mingw32) ;; + mipsel-elf) ;; i386*) TARGETARCH=i386-elf;; arm*) TARGETARCH=armv7-a-eabi;; aarch64*) TARGETARCH=aarch64-elf;;