Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 374771
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +18 lines)
Line  Link Here
0
-- a/ltmain.sh
0
++ b/ltmain.sh
Lines 1187-1194 Link Here
1187
      -Xlinker)
1187
      -Xlinker)
1188
	prev=xlinker
1188
	prev=xlinker
1189
	continue
1189
	continue
1190
	;;
1190
	;;
1191
1191
1192
      # Flags to be passed through unchanged, with rationale:
1193
      # -64, -mips[0-9]      enable 64-bit mode for the SGI compiler
1194
      # -r[0-9][0-9]*        specify processor for the SGI compiler
1195
      # -xarch=*, -xtarget=* enable 64-bit mode for the Sun compiler
1196
      # +DA*, +DD*           enable 64-bit mode for the HP compiler
1197
      # -q*                  compiler args for the IBM compiler
1198
      # -m*, -t[45]*, -txscale* architecture-specific flags for GCC
1199
      # -F/path              path to uninstalled frameworks, gcc on darwin
1200
      # -p, -pg, --coverage, -fprofile-*  profiling flags for GCC
1201
      # @file                GCC response files
1202
      # -tp=*                Portland pgcc target processor selection
1203
      -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
1204
      -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*)
1205
        arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
1206
        compiler_flags="$compiler_flags $arg"
1207
        ;;
1208
1192
      # Some other compiler flag.
1209
      # Some other compiler flag.
1193
      -* | +*)
1210
      -* | +*)
1194
	# Unknown arguments in both finalize_command and compile_command need
1211
	# Unknown arguments in both finalize_command and compile_command need

Return to bug 374771