summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-06-02 08:13:13 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-06-02 08:13:13 (GMT)
commit88b6a540e32e897cc96e1efcf54997d2c6f376a2 (patch)
tree50aff5b6ea1e574bbc04a413fdb06513520c8cc6 /scripts
parent53a759c552dec32ac0a45e2b58630b5c18b1fa87 (diff)
Revert revision 201: renaming the two cc_core passes was a bad idea.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/crosstool.sh4
1 files changed, 2 insertions, 2 deletions
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 \