scripts/crosstool.sh
changeset 148 567f1673d59d
parent 143 420f814f1871
child 150 9fd545714174
     1.1 --- a/scripts/crosstool.sh	Mon May 28 21:33:35 2007 +0000
     1.2 +++ b/scripts/crosstool.sh	Fri Jun 01 16:55:33 2007 +0000
     1.3 @@ -363,6 +363,7 @@
     1.4  . "${CT_TOP_DIR}/scripts/build/cc_core_${CT_CC_CORE}.sh"
     1.5  . "${CT_TOP_DIR}/scripts/build/cc_${CT_CC}.sh"
     1.6  . "${CT_TOP_DIR}/scripts/build/debug.sh"
     1.7 +. "${CT_TOP_DIR}/scripts/build/tools.sh"
     1.8  
     1.9  if [ -z "${CT_RESTART}" ]; then
    1.10      CT_DoStep INFO "Retrieving needed toolchain components' tarballs"
    1.11 @@ -372,6 +373,7 @@
    1.12      do_libfloat_get
    1.13      do_libc_get
    1.14      do_cc_get
    1.15 +    do_tools_get
    1.16      do_debug_get
    1.17      CT_EndStep
    1.18  
    1.19 @@ -387,6 +389,7 @@
    1.20          do_libfloat_extract
    1.21          do_libc_extract
    1.22          do_cc_extract
    1.23 +        do_tools_extract
    1.24          do_debug_extract
    1.25          CT_EndStep
    1.26      fi
    1.27 @@ -410,6 +413,7 @@
    1.28                  libc                    \
    1.29                  cc                      \
    1.30                  libc_finish             \
    1.31 +                tools                   \
    1.32                  debug                   \
    1.33                  ; do
    1.34          if [ ${do_it} -eq 0 ]; then