Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit dc8d322

Browse files
committed
Mark SCO Openserver 5.0.4. supported by 7.3.1 as per chat report from user.
template/sco updated.
1 parent 92d77c6 commit dc8d322

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

doc/src/sgml/installation.sgml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.126 2002/11/23 03:50:34 tgl Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.127 2002/12/11 22:27:26 momjian Exp $ -->
22

33
<chapter id="installation">
44
<title><![%standalone-include[<productname>PostgreSQL</>]]>
@@ -1713,6 +1713,13 @@ gunzip -c user.ps.gz \
17131713
3.2 Christopher Kings-Lynne (<email>chriskl@familyhealth.com.au</email>)</entry>
17141714
<entry></entry>
17151715
</row>
1716+
<row>
1717+
<entry><systemitem class="osname">SCO OpenServer 5</></entry>
1718+
<entry><systemitem>x86</></entry>
1719+
<entry>7.3.1</entry>
1720+
<entry>2002-12-11, Shibashish Satpathy (<email>shib@postmark.net</>)</entry>
1721+
<entry>5.0.4, gcc; see also <filename>doc/FAQ_SCO</filename></entry>
1722+
</row>
17161723
<row>
17171724
<entry><systemitem class="osname">Solaris</></entry>
17181725
<entry><systemitem>Sparc</></entry>
@@ -1849,13 +1856,6 @@ gunzip -c user.ps.gz \
18491856
<entry>2001-11-20, Igor Kovalenko (<email>Igor.Kovalenko@motorola.com</email>)</entry>
18501857
<entry>patches available in archives, but too late for 7.2</entry>
18511858
</row>
1852-
<row>
1853-
<entry><systemitem class="osname">SCO OpenServer 5</></entry>
1854-
<entry><systemitem>x86</></entry>
1855-
<entry>6.5</entry>
1856-
<entry>1999-05-25, Andrew Merrill (<email>andrew@compclass.com</>)</entry>
1857-
<entry>7.2 should work, but no reports; see also <filename>doc/FAQ_SCO</filename></entry>
1858-
</row>
18591859
<row>
18601860
<entry><systemitem class="osname">System V R4</></entry>
18611861
<entry><systemitem>m88k</></entry>

src/template/sco

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ if test "$GCC" = yes; then
22
CFLAGS=-O2
33
else
44
CFLAGS=-O
5-
CC="$CC -b elf"
65
fi
6+
CC="$CC -b elf"
7+

0 commit comments

Comments
 (0)