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.in8
1 files changed, 1 insertions, 7 deletions
diff --git a/scripts/crosstool-NG.sh.in b/scripts/crosstool-NG.sh.in
index 3d7b91a..bb72069 100644
--- a/scripts/crosstool-NG.sh.in
+++ b/scripts/crosstool-NG.sh.in
@@ -580,14 +580,8 @@ if [ -z "${CT_RESTART}" ]; then
CT_DoExecLog ALL mkdir -p "${CT_SRC_DIR}"
fi
- if [ "${CT_COMP_TOOLS}" = "y" ]; then
- CT_DoStep INFO "Extracting, patching and installing companion tools"
- do_companion_tools_extract
- do_companion_tools
- CT_EndStep
- fi
-
CT_DoStep INFO "Extracting and patching toolchain components"
+ do_companion_tools_extract
do_kernel_extract
do_companion_libs_extract
do_binutils_extract