diff options
author | Robert Lipe <robertl@gcc.gnu.org> | 1998-02-11 23:17:04 +0000 |
---|---|---|
committer | Robert Lipe <robertl@gcc.gnu.org> | 1998-02-11 23:17:04 +0000 |
commit | 0f4775477e454f5b59a676d9b892d19f4923160d (patch) | |
tree | a25ce2819bb61a1fcb50519c5d531d663a056381 /INSTALL | |
parent | a49103407c5117a640a85bc35ec2bf43f1199ec0 (diff) | |
download | gcc-0f4775477e454f5b59a676d9b892d19f4923160d.zip gcc-0f4775477e454f5b59a676d9b892d19f4923160d.tar.gz gcc-0f4775477e454f5b59a676d9b892d19f4923160d.tar.bz2 |
Add documentation for OpenServer patch required for static [cd]tors
to work right.
From-SVN: r17865
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL/specific.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/INSTALL/specific.html b/INSTALL/specific.html index 89a81db..752a564 100644 --- a/INSTALL/specific.html +++ b/INSTALL/specific.html @@ -23,7 +23,9 @@ the two object file formats. ELF is now the default. <br>Look in gcc/config/i386/sco5.h (search for "messy") for additional OpenServer-specific flags. - +<br>Systems based on OpenServer before 5.0.4 (<code>uname -X</code> will +tell you what you're running) require TLS597 from ftp.sco.com/TLS for +C++ constructors and destructors to work right. <p><b>hppa*-hp-hpux*</b><br> We <b>highly</b> recommend using gas/binutils-2.8 on all hppa platforms; you |