buildgcc: Do not download GDB source code if run with --skip-gdb
authorPeter Stuge <peter@stuge.se>
Sun, 28 Aug 2011 09:04:23 +0000 (11:04 +0200)
committerPeter Stuge <peter@stuge.se>
Mon, 29 Aug 2011 20:42:24 +0000 (22:42 +0200)
Change-Id: Ida3680418fdd3136752d51cc19f3e14111c12131
Signed-off-by: Peter Stuge <peter@stuge.se>
Reviewed-on: http://review.coreboot.org/175
Tested-by: build bot (Jenkins)
util/crossgcc/buildgcc

index 5591810e57c16ebf1382ce0f149b3347d619d634..937fb75ae442693c57c19d38f1dbb063e9e13359 100755 (executable)
@@ -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