summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-06-01 20:06:22 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-06-01 20:06:22 (GMT)
commit4d84cd7db193001a1898cc6d0ac7830f82b6aa07 (patch)
tree8370b42e4442fb0f68bc5a0618f78afc93cfb2c4
parentd472c9b9514663f0bea963ca137b4230f990afb3 (diff)
Rename two steps to their real names:
- cc_core_pass_1 is really cc_core_static, - cc_core_pass_2 is really cc_core_shared.
-rw-r--r--Makefile.steps12
-rw-r--r--docs/overview.txt4
-rwxr-xr-xscripts/crosstool.sh4
3 files changed, 10 insertions, 10 deletions
diff --git a/Makefile.steps b/Makefile.steps
index e09c3c7..0814f70 100644
--- a/Makefile.steps
+++ b/Makefile.steps
@@ -5,10 +5,10 @@ libc_check_config \
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 @@ debug \
-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 @@ libc_check_config- \
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- \
diff --git a/docs/overview.txt b/docs/overview.txt
index 27c97a3..30157cb 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_pass_1
+ - cc_core_static
- libc_headers
- libc_start_files
- - cc_core_pass_2
+ - cc_core_static
- libfloat
- libc
- cc
diff --git a/scripts/crosstool.sh b/scripts/crosstool.sh
index 4021f91..559612a 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_pass_1 \
+ cc_core_static \
libc_headers \
libc_start_files \
- cc_core_pass_2 \
+ cc_core_shared \
libfloat \
libc \
cc \