From 4ffbe2dbe7bc8cc20cdca941dfc57390c88b594f Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Sat, 5 Nov 2011 22:30:56 +0100 Subject: [PATCH] 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 --- util/crossgcc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.25.1