scripts/build/binutils/binutils.sh
changeset 3293 e11a8a2e225d
parent 3123 6a5946fbc728
child 3315 464128a8fc3f
     1.1 --- a/scripts/build/binutils/binutils.sh	Mon Nov 19 11:21:31 2012 +0100
     1.2 +++ b/scripts/build/binutils/binutils.sh	Tue Mar 11 22:11:43 2014 +0100
     1.3 @@ -106,13 +106,13 @@
     1.4      fi
     1.5  
     1.6      # Make those new tools available to the core C compilers to come.
     1.7 -    # Note: some components want the ${TARGET}-{ar,as,ld,strip} commands as
     1.8 -    # well. Create that.
     1.9 +    # Note: some components want the ${TARGET}-{ar,as,ld,ranlib,strip} commands
    1.10 +    # as well. Create that.
    1.11      # Don't do it for canadian or cross-native, because the binutils
    1.12      # are not executable on the build machine.
    1.13      case "${CT_TOOLCHAIN_TYPE}" in
    1.14          cross|native)
    1.15 -            binutils_tools=( ar as ld strip )
    1.16 +            binutils_tools=( ar as ld ranlib strip )
    1.17              if [ -n "${CT_ARCH_BINFMT_FLAT}" ]; then
    1.18                  binutils_tools+=( elf2flt flthdr )
    1.19              fi