View | Details | Raw Unified | Return to bug 214864 | Differences between
and this patch

Collapse All | Expand All

(-)ltmain.sh (-1 / +2 lines)
Lines 5851-5859 Link Here
5851
      # -tp=*                Portland pgcc target processor selection
5851
      # -tp=*                Portland pgcc target processor selection
5852
      # --sysroot=*          for sysroot support
5852
      # --sysroot=*          for sysroot support
5853
      # -O*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization
5853
      # -O*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization
5854
      # -fuse-ld=            select linker
5854
      -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
5855
      -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
5855
      -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
5856
      -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
5856
      -O*|-flto*|-fwhopr*|-fuse-linker-plugin)
5857
      -O*|-flto*|-fwhopr*|-fuse-linker-plugin|-fuse-ld=*)
5857
        func_quote_for_eval "$arg"
5858
        func_quote_for_eval "$arg"
5858
	arg="$func_quote_for_eval_result"
5859
	arg="$func_quote_for_eval_result"
5859
        func_append compile_command " $arg"
5860
        func_append compile_command " $arg"

Return to bug 214864