]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4: Custom $symcode for Tru64 UNIX to catch 'Q',
authorAlbert Chin-A-Young <china@thewrittenword.com>
Tue, 10 Sep 2002 13:50:54 +0000 (13:50 +0000)
committerRobert Boehne <rboehne@gnu.org>
Tue, 10 Sep 2002 13:50:54 +0000 (13:50 +0000)
read-only constants.

ChangeLog
libtool.m4

index 3854d5a7241f4330c70f5167d82c915e20b1dd78..b6e7a0c0587e6c487c7db0f9b071be8454c5ad0c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-09-09  Albert Chin-A-Young  <china@thewrittenword.com>
+
+       * libtool.m4: Custom $symcode for Tru64 UNIX to catch 'Q',
+       read-only constants.
+
 2002-09-09  Rainer Orth  <ro@TechFak.Uni-Bielefeld.de>
 
        * libtool.m4 (osf[345]): Append $major to soname_spec.
index 2ad8e7cd3db5fc2ab99719165bd7e1c504fe41ef..de9ac4f7abfa0472c94f4c47b529d39c066b1d1d 100644 (file)
@@ -221,6 +221,9 @@ hpux*) # Its linker distinguishes data from code symbols
 irix* | nonstopux*)
   symcode='[[BCDEGRST]]'
   ;;
+osf*)
+  symcode='[[BCDEGQRST]]'
+  ;;
 solaris* | sysv5*)
   symcode='[[BDT]]'
   ;;