From: Peter Stuge Date: Thu, 9 Jun 2011 03:04:20 +0000 (+0200) Subject: util/crossgcc: Add build-without-gdb Makefile target X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=coreboot.git;a=commitdiff_plain;h=cc5dd98c1b93281651781643dfbc7efc7f34a174 util/crossgcc: Add build-without-gdb Makefile target Change-Id: I5d02f1a23e54aa67be0cc01d921898c28c22f8e4 Signed-off-by: Peter Stuge Reviewed-on: http://review.coreboot.org/16 Tested-by: build bot (Jenkins) Reviewed-by: Marshall Buschman --- diff --git a/util/crossgcc/Makefile b/util/crossgcc/Makefile index 6aa07d6a2..31f66569d 100644 --- a/util/crossgcc/Makefile +++ b/util/crossgcc/Makefile @@ -3,6 +3,10 @@ all: build build: ./buildgcc +.PHONY: build-without-gdb +build-without-gdb: + ./buildgcc --skip-gdb + clean: rm -rf xgcc