From 6aba7b9519a109550e768e699402181c92080914 Mon Sep 17 00:00:00 2001 From: Albert Chin-A-Young Date: Tue, 10 Sep 2002 13:50:54 +0000 Subject: [PATCH] * libtool.m4: Custom $symcode for Tru64 UNIX to catch 'Q', read-only constants. --- ChangeLog | 5 +++++ libtool.m4 | 3 +++ 2 files changed, 8 insertions(+) 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]]' ;; -- 2.47.2