libtool-patches
[Top][All Lists]
Advanced

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

Re: SCO/bugfix patch 9 of 10: AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE


From: Ralf Wildenhues
Subject: Re: SCO/bugfix patch 9 of 10: AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
Date: Mon, 31 Oct 2005 10:59:29 +0100
User-agent: Mutt/1.5.11

* Kean Johnston wrote on Mon, Oct 31, 2005 at 02:07:59AM CET:
> Patch 9 of 10 attached ...

> Rationale:
> The valid symbol tags were incorrect for SCO platforms. Correct them.

Applied to branch-1-5 and HEAD (below).

Thanks!
Ralf

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

        * libltdl/m4/libtool.m4 (_LT_CMD_GLOBAL_SYMBOLS): Set correct
        symcode values for the native nm on SCO platforms.

Index: libltdl/m4/libtool.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/libltdl/m4/libtool.m4,v
retrieving revision 1.28
diff -u -r1.28 libtool.m4
--- libltdl/m4/libtool.m4       31 Oct 2005 08:37:26 -0000      1.28
+++ libltdl/m4/libtool.m4       31 Oct 2005 09:57:07 -0000
@@ -3040,8 +3040,17 @@
 osf*)
   symcode='[[BCDEGQRST]]'
   ;;
-solaris* | sysv5*)
+solaris*)
   symcode='[[BDRT]]'
+  ;;
+sco3.2v5*)
+  symcode='[[DT]]'
+  ;;
+sysv4.2uw2*)
+  symcode='[[DT]]'
+  ;;
+sysv5* | sco5v6* | unixware* | OpenUNIX*)
+  symcode='[[ABDT]]'
   ;;
 sysv4)
   symcode='[[DFNSTU]]'




reply via email to

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