From: Albert Chin-A-Young Date: Tue, 10 Sep 2002 13:50:54 +0000 (+0000) Subject: * libtool.m4: Custom $symcode for Tru64 UNIX to catch 'Q', X-Git-Tag: release-1-4-3~9 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=6aba7b9519a109550e768e699402181c92080914;p=thirdparty%2Flibtool.git * libtool.m4: Custom $symcode for Tru64 UNIX to catch 'Q', read-only constants. --- diff --git a/ChangeLog b/ChangeLog index 3854d5a72..b6e7a0c05 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-09-09 Albert Chin-A-Young + + * libtool.m4: Custom $symcode for Tru64 UNIX to catch 'Q', + read-only constants. + 2002-09-09 Rainer Orth * libtool.m4 (osf[345]): Append $major to soname_spec. diff --git a/libtool.m4 b/libtool.m4 index 2ad8e7cd3..de9ac4f7a 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -221,6 +221,9 @@ hpux*) # Its linker distinguishes data from code symbols irix* | nonstopux*) symcode='[[BCDEGRST]]' ;; +osf*) + symcode='[[BCDEGQRST]]' + ;; solaris* | sysv5*) symcode='[[BDT]]' ;;