From: Kean Johnston Date: Mon, 31 Oct 2005 09:59:15 +0000 (+0000) Subject: * libtool.m4 (AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE): Set correct X-Git-Tag: release-1-5-22~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbb31264f7354b17eb6ed7f21b017ad9078fa2de;p=thirdparty%2Flibtool.git * libtool.m4 (AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE): Set correct symcode values for the native nm on SCO platforms. --- diff --git a/ChangeLog b/ChangeLog index da6cd1853..212ea2bc3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-10-31 Kean Johnston + * libtool.m4 (AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE): Set correct + symcode values for the native nm on SCO platforms. + * ltdl.m4 (LT_SYS_DLOPEN_DEPLIBS): All SCO platforms open dependency libraries when you dlopen a module. diff --git a/libtool.m4 b/libtool.m4 index 10f7db0ef..b367de25b 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -4587,9 +4587,18 @@ irix* | nonstopux*) 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]]' ;;