diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml
index 43ea1f6880f6c8f9816caa362d73e9fa45b79c92..35457d020ac8936f4a67c0115553e88a8ce9d0ee 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.26 2000/10/21 01:08:34 petere Exp $ -->
+<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.27 2000/10/21 15:50:32 momjian Exp $ -->
 
 <chapter id="installation">
  <title><![%flattext-install-include[<productname>PostgreSQL</> ]]>Installation Instructions</title>
@@ -98,7 +98,7 @@ su - postgres
       To build on <productname>Windows NT</> or <productname>Windows
       2000</> you need the <productname>Cygwin</> and
       <productname>cygipc</> packages. See the file
-      <filename>doc/INSTALL_WIN</> for details.
+      <filename>doc/FAQ_MSWIN</> for details.
      </para>
     </listitem>
    </itemizedlist>
diff --git a/src/template/unixware b/src/template/unixware
index bf9c4b5d74a22189350929c62701e45cef55b81f..04b5eaffc1b80f074b4b3c76861d8e43f1bb6d82 100644
--- a/src/template/unixware
+++ b/src/template/unixware
@@ -1,6 +1,8 @@
 AROPT=crs
-CFLAGS='-O -K i486,host,inline,loop_unroll,alloca -Dsvr4'
+CFLAGS='-O -K host,inline,loop_unroll,alloca -Dsvr4'
 SHARED_LIB='-K PIC'
 SRCH_INC='/opt/include'
 SRCH_LIB='/opt/lib'
 DLSUFFIX=.so
+CC=cc
+CXX=CC