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 <patrick@georgi-clan.de>
Reviewed-on: http://review.coreboot.org/417
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
Patrick Georgi 2011-11-05 22:30:56 +01:00 committed by Stefan Reinauer
parent bbc523146c
commit 4ffbe2dbe7
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
all: build all: build
build: build:
bash ./buildgcc bash ./buildgcc -G
.PHONY: build-without-gdb .PHONY: build-without-gdb
build-without-gdb: build-without-gdb:
bash ./buildgcc --skip-gdb bash ./buildgcc
clean: clean:
rm -rf xgcc rm -rf xgcc