patch-ltmain_sh 653 B

1234567891011
  1. --- flac-1.2.1.orig/ltmain.sh 2005-04-26 20:23:39.000000000 +0200
  2. +++ flac-1.2.1/ltmain.sh 2011-01-15 11:22:29.000000000 +0100
  3. @@ -1533,7 +1533,7 @@ EOF
  4. # +DA*, +DD* enable 64-bit mode on the HP compiler
  5. # -q* pass through compiler args for the IBM compiler
  6. # -m* pass through architecture-specific compiler args for GCC
  7. - -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*)
  8. + -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*|-fstack-protector*|-flto)
  9. # Unknown arguments in both finalize_command and compile_command need
  10. # to be aesthetically quoted because they are evaled later.