ltmain.patch 649 B

123456789101112
  1. diff -Nur gcc-4.5.2.orig/ltmain.sh gcc-4.5.2/ltmain.sh
  2. --- gcc-4.5.2.orig/ltmain.sh 2009-12-05 18:18:53.000000000 +0100
  3. +++ gcc-4.5.2/ltmain.sh 2011-01-15 14:45:07.000000000 +0100
  4. @@ -4980,7 +4980,7 @@
  5. # @file GCC response files
  6. # -tp=* Portland pgcc target processor selection
  7. -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
  8. - -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*)
  9. + -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|-fstack-protector*|-flto)
  10. func_quote_for_eval "$arg"
  11. arg="$func_quote_for_eval_result"
  12. func_append compile_command " $arg"