scripts/crosstool.sh
changeset 461 63586e9dcfc3
parent 454 372b2f397baa
child 466 7f9bbf94b0bb
     1.1 --- a/scripts/crosstool.sh	Sat Apr 26 21:31:05 2008 +0000
     1.2 +++ b/scripts/crosstool.sh	Mon Apr 28 07:38:36 2008 +0000
     1.3 @@ -455,20 +455,8 @@
     1.4      do_stop=0
     1.5      prev_step=
     1.6      [ -n "${CT_RESTART}" ] && do_it=0 || do_it=1
     1.7 -    for step in libc_check_config       \
     1.8 -                kernel_check_config     \
     1.9 -                kernel_headers          \
    1.10 -                binutils                \
    1.11 -                cc_core_pass_1          \
    1.12 -                libc_headers            \
    1.13 -                libc_start_files        \
    1.14 -                cc_core_pass_2          \
    1.15 -                libc                    \
    1.16 -                cc                      \
    1.17 -                libc_finish             \
    1.18 -                tools                   \
    1.19 -                debug                   \
    1.20 -                ; do
    1.21 +    # CT_STEPS comes from steps.mk!
    1.22 +    for step in ${CT_STEPS}; do
    1.23          if [ ${do_it} -eq 0 ]; then
    1.24              if [ "${CT_RESTART}" = "${step}" ]; then
    1.25                  CT_DoLoadState "${step}"