From 4d84cd7db193001a1898cc6d0ac7830f82b6aa07 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Fri, 1 Jun 2007 20:06:22 +0000 Subject: 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. --- scripts/crosstool.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/crosstool.sh b/scripts/crosstool.sh index 4021f911..559612a2 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 \ -- cgit v1.2.3