util/crossgcc: Add build-without-gdb Makefile target
authorPeter Stuge <peter@stuge.se>
Thu, 9 Jun 2011 03:04:20 +0000 (05:04 +0200)
committerPeter Stuge <peter@stuge.se>
Thu, 9 Jun 2011 04:09:17 +0000 (06:09 +0200)
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>
util/crossgcc/Makefile

index 6aa07d6a2c6ca89911cb3342f7396a08ba7a6e35..31f66569ddebf1b6ac20247e1950ecf58ea679d7 100644 (file)
@@ -3,6 +3,10 @@ all: build
 build:
        ./buildgcc
 
 build:
        ./buildgcc
 
+.PHONY: build-without-gdb
+build-without-gdb:
+       ./buildgcc --skip-gdb
+
 clean:
        rm -rf xgcc
 
 clean:
        rm -rf xgcc