From 0d06b2dee9912feb55f14100f9520ab242161059 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Sat, 28 Mar 2015 15:24:06 +0100 Subject: crossgcc: Build mipsel-elf, not mips-elf The build system expects mipsel, and it's the more precise name, too. Change-Id: I9e1135385b3f1374b3179ecf5e11a1d60bc17ef7 Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/9144 Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) Reviewed-by: Alexander Couzens Reviewed-by: Paul Menzel --- util/crossgcc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util') diff --git a/util/crossgcc/Makefile b/util/crossgcc/Makefile index 2f18b17ac7..d0ab28aad3 100644 --- a/util/crossgcc/Makefile +++ b/util/crossgcc/Makefile @@ -13,7 +13,7 @@ build-aarch64: bash ./buildgcc -G -p aarch64-elf build-mips: - bash ./buildgcc -G -p mips-elf + bash ./buildgcc -G -p mipsel-elf build-riscv: bash ./buildgcc -G -p riscv-elf @@ -36,7 +36,7 @@ build-aarch64-without-gdb: .PHONY: build-mips-without-gdb build-mips-without-gdb: - bash ./buildgcc -p mips-elf + bash ./buildgcc -p mipsel-elf .PHONY: build-riscv-without-gdb build-riscv-without-gdb: -- cgit v1.2.3