diff options
author | 2007-06-02 08:13:13 (GMT) | |
---|---|---|
committer | 2007-06-02 08:13:13 (GMT) | |
commit | 88b6a540e32e897cc96e1efcf54997d2c6f376a2 (patch) | |
tree | 50aff5b6ea1e574bbc04a413fdb06513520c8cc6 /Makefile.steps | |
parent | 53a759c552dec32ac0a45e2b58630b5c18b1fa87 (diff) |
Revert revision 201: renaming the two cc_core passes was a bad idea.
Diffstat (limited to 'Makefile.steps')
-rw-r--r-- | Makefile.steps | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile.steps b/Makefile.steps index 0814f70..e09c3c7 100644 --- a/Makefile.steps +++ b/Makefile.steps @@ -5,10 +5,10 @@ libc_check_config \ kernel_check_config \ kernel_headers \ binutils \ -cc_core_static \ +cc_core_pass_1 \ libc_headers \ libc_start_files \ -cc_core_shared \ +cc_core_pass_2 \ libfloat \ libc \ cc \ @@ -22,10 +22,10 @@ debug \ -kernel_check_config \ -kernel_headers \ -binutils \ --cc_core_static \ +-cc_core_pass_1 \ -libc_headers \ -libc_start_files \ --cc_core_shared \ +-cc_core_pass_2 \ -libfloat \ -libc \ -cc \ @@ -39,10 +39,10 @@ libc_check_config- \ kernel_check_config- \ kernel_headers- \ binutils- \ -cc_core_static- \ +cc_core_pass_1- \ libc_headers- \ libc_start_files- \ -cc_core_shared- \ +cc_core_pass_2- \ libfloat- \ libc- \ cc- \ |