aboutsummaryrefslogtreecommitdiff
path: root/util/crossgcc
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2013-01-14 16:08:10 -0800
committerStefan Reinauer <stefan.reinauer@coreboot.org>2013-01-17 01:56:53 +0100
commit88c4939c1b6cb2097a9877bb298d2ee6b8580f62 (patch)
tree6e56a033c037e6ea646fd28c621538c84f63eb95 /util/crossgcc
parent018724ec1b102435afc7a6374e49e30091f4a2a8 (diff)
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 <reinauer@google.com> Reviewed-on: http://review.coreboot.org/2147 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones <marcj303@gmail.com>
Diffstat (limited to 'util/crossgcc')
-rw-r--r--util/crossgcc/Makefile6
1 files changed, 4 insertions, 2 deletions
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