diff -r 567f1673d59d -r 9fd545714174 Makefile.steps --- a/Makefile.steps Fri Jun 01 16:55:33 2007 +0000 +++ b/Makefile.steps Fri Jun 01 20:06:22 2007 +0000 @@ -5,10 +5,10 @@ kernel_check_config \ kernel_headers \ binutils \ -cc_core_pass_1 \ +cc_core_static \ libc_headers \ libc_start_files \ -cc_core_pass_2 \ +cc_core_shared \ libfloat \ libc \ cc \ @@ -22,10 +22,10 @@ -kernel_check_config \ -kernel_headers \ -binutils \ --cc_core_pass_1 \ +-cc_core_static \ -libc_headers \ -libc_start_files \ --cc_core_pass_2 \ +-cc_core_shared \ -libfloat \ -libc \ -cc \ @@ -39,10 +39,10 @@ kernel_check_config- \ kernel_headers- \ binutils- \ -cc_core_pass_1- \ +cc_core_static- \ libc_headers- \ libc_start_files- \ -cc_core_pass_2- \ +cc_core_shared- \ libfloat- \ libc- \ cc- \