Makefile.steps
changeset 152 7f74f42ef2cc
parent 150 9fd545714174
child 181 ff64ca4ebe48
     1.1 --- a/Makefile.steps	Fri Jun 01 20:06:22 2007 +0000
     1.2 +++ b/Makefile.steps	Sat Jun 02 08:13:13 2007 +0000
     1.3 @@ -5,10 +5,10 @@
     1.4  kernel_check_config     \
     1.5  kernel_headers          \
     1.6  binutils                \
     1.7 -cc_core_static          \
     1.8 +cc_core_pass_1          \
     1.9  libc_headers            \
    1.10  libc_start_files        \
    1.11 -cc_core_shared          \
    1.12 +cc_core_pass_2          \
    1.13  libfloat                \
    1.14  libc                    \
    1.15  cc                      \
    1.16 @@ -22,10 +22,10 @@
    1.17  -kernel_check_config    \
    1.18  -kernel_headers         \
    1.19  -binutils               \
    1.20 --cc_core_static         \
    1.21 +-cc_core_pass_1         \
    1.22  -libc_headers           \
    1.23  -libc_start_files       \
    1.24 --cc_core_shared         \
    1.25 +-cc_core_pass_2         \
    1.26  -libfloat               \
    1.27  -libc                   \
    1.28  -cc                     \
    1.29 @@ -39,10 +39,10 @@
    1.30  kernel_check_config-    \
    1.31  kernel_headers-         \
    1.32  binutils-               \
    1.33 -cc_core_static-         \
    1.34 +cc_core_pass_1-         \
    1.35  libc_headers-           \
    1.36  libc_start_files-       \
    1.37 -cc_core_shared-         \
    1.38 +cc_core_pass_2-         \
    1.39  libfloat-               \
    1.40  libc-                   \
    1.41  cc-                     \