From 9329b60417cda1127f62bc28089aaaf0b4f69bbb Mon Sep 17 00:00:00 2001 From: Albert Chin-A-Young Date: Tue, 10 Sep 2002 13:50:06 +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 3c9a05caa..68f5e1340 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 f050acffe..3566c3f40 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -3941,6 +3941,9 @@ hpux*) # Its linker distinguishes data from code symbols irix* | nonstopux*) symcode='[[BCDEGRST]]' ;; +osf*) + symcode='[[BCDEGQRST]]' + ;; solaris* | sysv5*) symcode='[[BDT]]' ;; -- 2.47.3