diff options
Diffstat (limited to 'scripts/build/binutils.sh')
-rw-r--r-- | scripts/build/binutils.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/binutils.sh b/scripts/build/binutils.sh index 22be8409..edb0e5ac 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" |