patch-ltmain_sh 620 B

1234567891011
  1. --- binutils-2.21.orig/ltmain.sh 2010-01-09 22:11:32.000000000 +0100
  2. +++ binutils-2.21/ltmain.sh 2011-01-14 19:07:08.000000000 +0100
  3. @@ -4980,7 +4980,7 @@ func_mode_link ()
  4. # @file GCC response files
  5. # -tp=* Portland pgcc target processor selection
  6. -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
  7. - -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*)
  8. + -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|-fstack-protector*|-flto)
  9. func_quote_for_eval "$arg"
  10. arg="$func_quote_for_eval_result"
  11. func_append compile_command " $arg"