steps.mk
changeset 3115 1c68438f44f7
parent 2936 2dfea349d307
child 3117 2b64e1b502cd
     1.1 --- a/steps.mk	Tue Jan 03 22:57:25 2012 +0100
     1.2 +++ b/steps.mk	Fri Nov 16 14:59:27 2012 +0100
     1.3 @@ -18,37 +18,27 @@
     1.4  # but are actual steps for canadian and cross-native.
     1.5  # Please keep the last line with a '\' and keep the following empy line:
     1.6  # it helps when diffing and merging.
     1.7 -CT_STEPS := libc_check_config   \
     1.8 -            gmp_for_build       \
     1.9 -            mpfr_for_build      \
    1.10 -            ppl_for_build       \
    1.11 -            cloog_for_build     \
    1.12 -            mpc_for_build       \
    1.13 -            libelf_for_build    \
    1.14 -            binutils_for_build  \
    1.15 -            elf2flt_for_build   \
    1.16 -            gmp_for_host        \
    1.17 -            mpfr_for_host       \
    1.18 -            ppl_for_host        \
    1.19 -            cloog_for_host      \
    1.20 -            mpc_for_host        \
    1.21 -            libelf_for_host     \
    1.22 -            binutils_for_host   \
    1.23 -            elf2flt_for_host    \
    1.24 -            sstrip_for_host     \
    1.25 -            cc_core_pass_1      \
    1.26 -            kernel_headers      \
    1.27 -            libc_start_files    \
    1.28 -            cc_core_pass_2      \
    1.29 -            libc                \
    1.30 -            cc_for_build        \
    1.31 -            cc_for_host         \
    1.32 -            libc_finish         \
    1.33 -            libelf_for_target   \
    1.34 -            binutils_for_target \
    1.35 -            debug               \
    1.36 -            test_suite          \
    1.37 -            finish              \
    1.38 +CT_STEPS := libc_check_config        \
    1.39 +            companion_libs_for_build \
    1.40 +            binutils_for_build       \
    1.41 +            elf2flt_for_build        \
    1.42 +            companion_libs_for_host  \
    1.43 +            binutils_for_host        \
    1.44 +            elf2flt_for_host         \
    1.45 +            sstrip_for_host          \
    1.46 +            cc_core_pass_1           \
    1.47 +            kernel_headers           \
    1.48 +            libc_start_files         \
    1.49 +            cc_core_pass_2           \
    1.50 +            libc                     \
    1.51 +            cc_for_build             \
    1.52 +            cc_for_host              \
    1.53 +            libc_finish              \
    1.54 +            libelf_for_target        \
    1.55 +            binutils_for_target      \
    1.56 +            debug                    \
    1.57 +            test_suite               \
    1.58 +            finish                   \
    1.59  
    1.60  # Keep an empty line above this comment, so the last
    1.61  # back-slash terminated line works as expected.