[coreboot] New patch to review: bbacccf buildgcc: Do not download GDB source code if run with --skip-gdb

Peter Stuge (peter@stuge.se) gerrit at coreboot.org
Sun Aug 28 11:07:09 CEST 2011


Peter Stuge (peter at stuge.se) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/175

-gerrit

commit bbacccfb9a990f10bbf86601bca4a564cdf2f2b0
Author: Peter Stuge <peter at stuge.se>
Date:   Sun Aug 28 11:04:23 2011 +0200

    buildgcc: Do not download GDB source code if run with --skip-gdb
    
    Change-Id: Ida3680418fdd3136752d51cc19f3e14111c12131
    Signed-off-by: Peter Stuge <peter at stuge.se>
---
 util/crossgcc/buildgcc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index 5591810..937fb75 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
 




More information about the coreboot mailing list