From 88c4939c1b6cb2097a9877bb298d2ee6b8580f62 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Mon, 14 Jan 2013 16:08:10 -0800 Subject: make crossgcc: compile all required toolchains The ARMv7 toolchain is now also needed for abuild (at least if you want to be able to compile ARM images) Change-Id: If1253203a2198f7dea632ba45540222ba3361932 Signed-off-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/2147 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones --- util/crossgcc/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'util/crossgcc') diff --git a/util/crossgcc/Makefile b/util/crossgcc/Makefile index b63cc061a5..da3b36bb15 100644 --- a/util/crossgcc/Makefile +++ b/util/crossgcc/Makefile @@ -1,11 +1,13 @@ all: build build: - bash ./buildgcc -G + bash ./buildgcc -G -p i386-elf + bash ./buildgcc -G -p armv7a-eabi .PHONY: build-without-gdb build-without-gdb: - bash ./buildgcc + bash ./buildgcc -p i386-elf + bash ./buildgcc -p armv7a-eabi clean: rm -rf xgcc -- cgit v1.2.3