util/crossgcc: Add build-without-gdb Makefile target

Change-Id: I5d02f1a23e54aa67be0cc01d921898c28c22f8e4
Signed-off-by: Peter Stuge <peter@stuge.se>
Reviewed-on: http://review.coreboot.org/16
Tested-by: build bot (Jenkins)
Reviewed-by: Marshall Buschman <mbuschman@lucidmachines.com>
This commit is contained in:
Peter Stuge 2011-06-09 05:04:20 +02:00
parent ceacd77356
commit cc5dd98c1b
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@ all: build
build:
./buildgcc
.PHONY: build-without-gdb
build-without-gdb:
./buildgcc --skip-gdb
clean:
rm -rf xgcc