diff options
author | Peter Stuge <peter@stuge.se> | 2011-08-28 11:04:23 +0200 |
---|---|---|
committer | Peter Stuge <peter@stuge.se> | 2011-08-29 22:42:24 +0200 |
commit | 0e8ee81edbc3215d5f14cc80aef6dc08ee9d9f40 (patch) | |
tree | ba6b01bc3c0009a0b11a79aa3a61e717dc9b0ea1 /util | |
parent | ebc28095ad2df05771cba3fbb7f4ddebdfd113dd (diff) |
buildgcc: Do not download GDB source code if run with --skip-gdb
Change-Id: Ida3680418fdd3136752d51cc19f3e14111c12131
Signed-off-by: Peter Stuge <peter@stuge.se>
Reviewed-on: http://review.coreboot.org/175
Tested-by: build bot (Jenkins)
Diffstat (limited to 'util')
-rwxr-xr-x | util/crossgcc/buildgcc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 5591810e57..937fb75ae4 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 |