libtool-patches
[Top][All Lists]
Advanced

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

SCO/bugfix patch 8 of 10: ltmain.in -L handling for SCO platforms


From: Kean Johnston
Subject: SCO/bugfix patch 8 of 10: ltmain.in -L handling for SCO platforms
Date: Sun, 30 Oct 2005 17:07:21 -0800
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

Patch 8 of 10 attached ...
Rationale:

Handle older SCO systems correctly.

2005-10-24  Kean Johnston  <address@hidden>

        * ltmain.in: Update SCO system support.

Index: ltmain.in
===================================================================
RCS file: /cvsroot/libtool/libtool/Attic/ltmain.in,v
retrieving revision 1.334.2.91
diff -u -3 -p -r1.334.2.91 ltmain.in
--- ltmain.in   18 Oct 2005 07:26:05 -0000      1.334.2.91
+++ ltmain.in   30 Oct 2005 21:22:25 -0000
@@ -2559,7 +2569,11 @@ EOF
              if test "$hardcode_direct" = no; then
                add="$dir/$linklib"
                case $host in
-                 *-*-sco3.2v5* ) add_dir="-L$dir" ;;
+                 *-*-sco3.2v5.0.[024]*) add_dir="-L$dir" ;;
+                 *-*-sysv4*uw2*) add_dir="-L$dir" ;;
+                 *-*-sysv5OpenUNIX* | \
+                   *-*-sysv5UnixWare7.[01].[10]* | \
+                   *-*-unixware7*) add_dir="-L$dir" ;;
                  *-*-darwin* )
                    # if the lib is a module then we can not link against
                    # it, someone is ignoring the new warnings I added

reply via email to

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