From 0e8ee81edbc3215d5f14cc80aef6dc08ee9d9f40 Mon Sep 17 00:00:00 2001 From: Peter Stuge Date: Sun, 28 Aug 2011 11:04:23 +0200 Subject: [PATCH] buildgcc: Do not download GDB source code if run with --skip-gdb Change-Id: Ida3680418fdd3136752d51cc19f3e14111c12131 Signed-off-by: Peter Stuge Reviewed-on: http://review.coreboot.org/175 Tested-by: build bot (Jenkins) --- util/crossgcc/buildgcc | 1 + 1 file changed, 1 insertion(+) diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 5591810e5..937fb75ae 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -189,6 +189,7 @@ done GDB_PACKAGE="GDB" if [ $SKIPGDB -eq 1 ]; then printf "Will skip GDB ... ${green}ok${NC}\n" + GDB_ARCHIVE="" GDB_PACKAGE="" fi -- 2.25.1