Peter Stuge ([email protected]) just uploaded a new patch set to gerrit, which you 
can find at http://review.coreboot.org/175

-gerrit

commit bbacccfb9a990f10bbf86601bca4a564cdf2f2b0
Author: Peter Stuge <[email protected]>
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 <[email protected]>
---
 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
 

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to