Submitter | gerrit@coreboot.org |
---|---|
Date | 2011-06-09 03:19:08 |
Message ID | <E1QUVm0-0006L2-Rb@ra.coresystems.de> |
Download | mbox | patch |
Permalink | /patch/3091/ |
State | New, archived |
Headers | show |
Comments
Patch
commit 01422df23fce60f42e6ee4f59e6c1b980de71047 Author: Peter Stuge <peter@stuge.se> 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 <peter@stuge.se> 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