buildgcc: Do not download GDB source code if run with --skip-gdb
[coreboot.git] / 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