diff -r 6a5946fbc728 -r bddc642fc8eb scripts/build/binutils/binutils.sh --- a/scripts/build/binutils/binutils.sh Mon Nov 19 11:21:31 2012 +0100 +++ b/scripts/build/binutils/binutils.sh Tue Feb 04 07:40:45 2014 +0000 @@ -106,13 +106,13 @@ fi # 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. + # Note: some components want the ${TARGET}-{ar,as,ld,ranlib,strip} commands + # as well. Create that. # Don't do it for canadian or cross-native, because the binutils # are not executable on the build machine. case "${CT_TOOLCHAIN_TYPE}" in cross|native) - binutils_tools=( ar as ld strip ) + binutils_tools=( ar as ld ranlib strip ) if [ -n "${CT_ARCH_BINFMT_FLAT}" ]; then binutils_tools+=( elf2flt flthdr ) fi