diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 0a0535b9c45c818aecff43abd1a2d9aa83844afa..eb15e5e047b2528b01078cfff1588cb79bbfe7d7 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.126 2002/11/23 03:50:34 tgl Exp $ --> +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.127 2002/12/11 22:27:26 momjian Exp $ --> <chapter id="installation"> <title><![%standalone-include[<productname>PostgreSQL</>]]> @@ -1713,6 +1713,13 @@ gunzip -c user.ps.gz \ 3.2 Christopher Kings-Lynne (<email>chriskl@familyhealth.com.au</email>)</entry> <entry></entry> </row> + <row> + <entry><systemitem class="osname">SCO OpenServer 5</></entry> + <entry><systemitem>x86</></entry> + <entry>7.3.1</entry> + <entry>2002-12-11, Shibashish Satpathy (<email>shib@postmark.net</>)</entry> + <entry>5.0.4, gcc; see also <filename>doc/FAQ_SCO</filename></entry> + </row> <row> <entry><systemitem class="osname">Solaris</></entry> <entry><systemitem>Sparc</></entry> @@ -1849,13 +1856,6 @@ gunzip -c user.ps.gz \ <entry>2001-11-20, Igor Kovalenko (<email>Igor.Kovalenko@motorola.com</email>)</entry> <entry>patches available in archives, but too late for 7.2</entry> </row> - <row> - <entry><systemitem class="osname">SCO OpenServer 5</></entry> - <entry><systemitem>x86</></entry> - <entry>6.5</entry> - <entry>1999-05-25, Andrew Merrill (<email>andrew@compclass.com</>)</entry> - <entry>7.2 should work, but no reports; see also <filename>doc/FAQ_SCO</filename></entry> - </row> <row> <entry><systemitem class="osname">System V R4</></entry> <entry><systemitem>m88k</></entry> diff --git a/src/template/sco b/src/template/sco index f8f37dbd3758095df4c354c490936c3d3c5f61a5..3126e062cedf1f3fe93769f36bbce9eb0fd98060 100644 --- a/src/template/sco +++ b/src/template/sco @@ -2,5 +2,6 @@ if test "$GCC" = yes; then CFLAGS=-O2 else CFLAGS=-O - CC="$CC -b elf" fi +CC="$CC -b elf" +