From: Patrick Georgi Date: Sat, 5 Nov 2011 21:30:56 +0000 (+0100) Subject: buildgcc: Fix wrapper Makefile X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=coreboot.git;a=commitdiff_plain;h=4ffbe2dbe7bc8cc20cdca941dfc57390c88b594f buildgcc: Fix wrapper Makefile buildgcc moved from building gdb by default (with opt-out) to gdb being optional. Adapt Makefile so it works again Change-Id: I663a8c70db4f7b5d07456fb67a223dbb2de2c133 Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/417 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- diff --git a/util/crossgcc/Makefile b/util/crossgcc/Makefile index 8fe9c54cd..b63cc061a 100644 --- a/util/crossgcc/Makefile +++ b/util/crossgcc/Makefile @@ -1,11 +1,11 @@ all: build build: - bash ./buildgcc + bash ./buildgcc -G .PHONY: build-without-gdb build-without-gdb: - bash ./buildgcc --skip-gdb + bash ./buildgcc clean: rm -rf xgcc