summaryrefslogtreecommitdiff
path: root/scripts/build/binutils.sh
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-08-15 10:14:43 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-08-15 10:14:43 (GMT)
commite58af8f79ed50126d4e148b1ef509ef6068e2b38 (patch)
treef1dd2a46b25f248c95c44fda4dd25dce0981c7cb /scripts/build/binutils.sh
parent6c368af5b4e68c05c8774ea5795b708aca9d0d66 (diff)
Get rid of the core cc selection. It is now the same as the final compiler.
Diffstat (limited to 'scripts/build/binutils.sh')
-rw-r--r--scripts/build/binutils.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/binutils.sh b/scripts/build/binutils.sh
index 22be840..edb0e5a 100644
--- a/scripts/build/binutils.sh
+++ b/scripts/build/binutils.sh
@@ -43,7 +43,7 @@ do_binutils() {
CT_DoLog EXTRA "Installing binutils"
make install 2>&1 |CT_DoLog ALL
- # Make those new tools available to the core C compilers to come:
+ # Make those new tools available to the core C compilers to come.
# Note: some components want the ${TARGET}-{ar,as,ld,strip} commands as
# well. Create that.
mkdir -p "${CT_CC_CORE_STATIC_PREFIX_DIR}/${CT_TARGET}/bin"