From 9b7efa55b3c2a0e299095eb643447a7ed43083df Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Sun, 8 Mar 2015 09:20:36 +0100 Subject: crossgcc: Add mipsel-elf as supported target MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Icd8050d9193f9957468cfa13901ec14e993e50de Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/8630 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki --- util/crossgcc/buildgcc | 1 + 1 file changed, 1 insertion(+) (limited to 'util/crossgcc') diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 0779266a79..fc85734e01 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;; -- cgit v1.2.3