diff options
author | robertl <robertl@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-02-11 23:17:04 +0000 |
---|---|---|
committer | robertl <robertl@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-02-11 23:17:04 +0000 |
commit | 832bb5219b4fe03605705acac35c492f895a2ff7 (patch) | |
tree | a25ce2819bb61a1fcb50519c5d531d663a056381 /INSTALL | |
parent | e454c5e72e50564855d2d541fb1e5829d5bd5b49 (diff) | |
download | gcc-832bb5219b4fe03605705acac35c492f895a2ff7.tar.gz |
Add documentation for OpenServer patch required for static [cd]tors
to work right.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17865 138bc75d-0d04-0410-961f-82ee72b054a4
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 89a81db3500..752a564cbd1 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 |