/[libtool]/libtool/ltmain.in
ViewVC logotype

Diff of /libtool/ltmain.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.334.2.39 by keybuk, Tue Oct 26 17:21:30 2004 UTC revision 1.334.2.40 by rwild, Mon Nov 29 16:55:35 2004 UTC
# Line 1497  EOF Line 1497  EOF
1497          continue          continue
1498          ;;          ;;
1499    
1500        # gcc -m* arguments should be passed to the linker via $compiler_flags        # -64, -mips[0-9] enable 64-bit mode on the SGI compiler
1501        # in order to pass architecture information to the linker        # -xarch=*, -xtarget=* enable 64-bit mode on the Sun compiler
1502        # (e.g. 32 vs 64-bit).  This may also be accomplished via -Wl,-mfoo        # +DA*, +DD* enable 64-bit mode on the HP compiler
1503        # but this is not reliable with gcc because gcc may use -mfoo to        # -q* pass through compiler args for the IBM compiler
1504        # select a different linker, different libraries, etc, while        # -m* pass through architecture-specific compiler args for GCC
1505        # -Wl,-mfoo simply passes -mfoo to the linker.        -64|-mips[[0-9]]|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*)
1506        -m*)  
1507          # Unknown arguments in both finalize_command and compile_command need          # Unknown arguments in both finalize_command and compile_command need
1508          # to be aesthetically quoted because they are evaled later.          # to be aesthetically quoted because they are evaled later.
1509          arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`          arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`

Legend:
Removed from v.1.334.2.39  
changed lines
  Added in v.1.334.2.40

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26