summaryrefslogtreecommitdiff
path: root/scripts/crosstool.sh
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-06-01 16:55:33 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-06-01 16:55:33 (GMT)
commit51554bf237037946b12f7aea97708f1a64c091a6 (patch)
treec718c86470d8003b516cdb8e92d15b7cb208e00c /scripts/crosstool.sh
parente5f94e60379fe134ae6f8eae6b84f20cde54bb85 (diff)
Introduce the notion of tols facilities (none so far, sstrip coming right away...).
Diffstat (limited to 'scripts/crosstool.sh')
-rwxr-xr-xscripts/crosstool.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/crosstool.sh b/scripts/crosstool.sh
index 7ceea6a..4021f91 100755
--- a/scripts/crosstool.sh
+++ b/scripts/crosstool.sh
@@ -363,6 +363,7 @@ fi
. "${CT_TOP_DIR}/scripts/build/cc_core_${CT_CC_CORE}.sh"
. "${CT_TOP_DIR}/scripts/build/cc_${CT_CC}.sh"
. "${CT_TOP_DIR}/scripts/build/debug.sh"
+. "${CT_TOP_DIR}/scripts/build/tools.sh"
if [ -z "${CT_RESTART}" ]; then
CT_DoStep INFO "Retrieving needed toolchain components' tarballs"
@@ -372,6 +373,7 @@ if [ -z "${CT_RESTART}" ]; then
do_libfloat_get
do_libc_get
do_cc_get
+ do_tools_get
do_debug_get
CT_EndStep
@@ -387,6 +389,7 @@ if [ -z "${CT_RESTART}" ]; then
do_libfloat_extract
do_libc_extract
do_cc_extract
+ do_tools_extract
do_debug_extract
CT_EndStep
fi
@@ -410,6 +413,7 @@ if [ "${CT_ONLY_DOWNLOAD}" != "y" -a "${CT_ONLY_EXTRACT}" != "y" ]; then
libc \
cc \
libc_finish \
+ tools \
debug \
; do
if [ ${do_it} -eq 0 ]; then