summaryrefslogtreecommitdiff
path: root/scripts/crosstool-NG.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/crosstool-NG.sh.in')
-rw-r--r--scripts/crosstool-NG.sh.in38
1 files changed, 17 insertions, 21 deletions
diff --git a/scripts/crosstool-NG.sh.in b/scripts/crosstool-NG.sh.in
index 509a74b..463a642 100644
--- a/scripts/crosstool-NG.sh.in
+++ b/scripts/crosstool-NG.sh.in
@@ -509,27 +509,23 @@ if [ -z "${CT_RESTART}" ]; then
fi
if [ -z "${CT_RESTART}" ]; then
- if [ "${CT_FORBID_DOWNLOAD}" = "y" ]; then
- CT_DoLog INFO "Downloading forbidden by configuration, skipping downloads"
- else
- CT_DoStep INFO "Retrieving needed toolchain components' tarballs"
- do_companion_tools_get
- do_kernel_get
- do_gmp_get
- do_mpfr_get
- do_ppl_get
- do_cloog_get
- do_mpc_get
- do_libelf_get
- do_binutils_get
- do_elf2flt_get
- do_sstrip_get
- do_cc_get
- do_libc_get
- do_debug_get
- do_test_suite_get
- CT_EndStep
- fi
+ CT_DoStep INFO "Retrieving needed toolchain components' tarballs"
+ do_companion_tools_get
+ do_kernel_get
+ do_gmp_get
+ do_mpfr_get
+ do_ppl_get
+ do_cloog_get
+ do_mpc_get
+ do_libelf_get
+ do_binutils_get
+ do_elf2flt_get
+ do_sstrip_get
+ do_cc_get
+ do_libc_get
+ do_debug_get
+ do_test_suite_get
+ CT_EndStep
if [ "${CT_ONLY_DOWNLOAD}" != "y" ]; then
if [ "${CT_FORCE_EXTRACT}" = "y" ]; then