Peter Stuge ([email protected]) just uploaded a new patch set to gerrit, which you 
can find at
http://review.coreboot.org/16

-gerrit
commit 01422df23fce60f42e6ee4f59e6c1b980de71047
Author: Peter Stuge <[email protected]>
Date:   Thu Jun 9 05:04:20 2011 +0200

    util/crossgcc: Add build-without-gdb Makefile target
    
    Change-Id: I5d02f1a23e54aa67be0cc01d921898c28c22f8e4
    Signed-off-by: Peter Stuge <[email protected]>

diff --git a/util/crossgcc/Makefile b/util/crossgcc/Makefile
index 6aa07d6..31f6656 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
 
-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to