From 88b6a540e32e897cc96e1efcf54997d2c6f376a2 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sat, 2 Jun 2007 08:13:13 +0000 Subject: Revert revision 201: renaming the two cc_core passes was a bad idea. 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- \ diff --git a/docs/overview.txt b/docs/overview.txt index 30157cb..27c97a3 100644 --- a/docs/overview.txt +++ b/docs/overview.txt @@ -127,10 +127,10 @@ The list of steps is, in order of appearence in the build process: - kernel_check_config - kernel_headers - binutils - - cc_core_static + - cc_core_pass_1 - libc_headers - libc_start_files - - cc_core_static + - cc_core_pass_2 - libfloat - libc - cc diff --git a/scripts/crosstool.sh b/scripts/crosstool.sh index 559612a..4021f91 100755 --- a/scripts/crosstool.sh +++ b/scripts/crosstool.sh @@ -405,10 +405,10 @@ if [ "${CT_ONLY_DOWNLOAD}" != "y" -a "${CT_ONLY_EXTRACT}" != "y" ]; then 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 \ -- cgit v0.10.2-6-g49f6