bug-libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

libtool-1.5 problem with nativ IRIX linker and -LANG:std option


From: Mathias Doreille
Subject: libtool-1.5 problem with nativ IRIX linker and -LANG:std option
Date: Tue, 21 Oct 2003 10:25:07 +0200

On IRIX-6.5 with native linker, libtool-1.5 do not pass the -LANG:*,
-LIST:* and -LNO:* options to the linker.
 
Here's a patch that fixe the problem. 

--- libtool-1.5/ltmain.in       2003-04-14 23:58:24.000000000 +0200
+++ libtool-1.5_mod/ltmain.in   2003-10-20 17:16:09.000000000 +0200
@@ -1214,10 +1214,12 @@
       # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:*
       # so, if we see these flags be careful not to treat them like -L
       -L[A-Z][A-Z]*:*)
        case $with_gcc/$host in
        no/*-*-irix* | /*-*-irix*)
+         linker_flags="$linker_flags $arg"
+         compiler_flags="$compiler_flags $arg"
          compile_command="$compile_command $arg"
          finalize_command="$finalize_command $arg"
          ;;
        esac
        continue






reply via email to

[Prev in Thread] Current Thread [Next in Thread]