mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-20 17:12:55 +00:00
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.
This commit is contained in:
parent
d472c9b951
commit
4d84cd7db1
@ -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- \
|
||||
|
@ -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
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user