Per my ongoing discussion with PeterE, here is the patch I applied to
authorBruce Momjian
Sat, 21 Oct 2000 15:50:32 +0000 (15:50 +0000)
committerBruce Momjian
Sat, 21 Oct 2000 15:50:32 +0000 (15:50 +0000)
src/template/unixware:

Larry Rosenman

doc/src/sgml/installation.sgml
src/template/unixware

index 43ea1f6880f6c8f9816caa362d73e9fa45b79c92..35457d020ac8936f4a67c0115553e88a8ce9d0ee 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  <![%flattext-install-include[<productname>PostgreSQL</> ]]>Installation Instructions
@@ -98,7 +98,7 @@ su - postgres
       To build on Windows NT or Windows
       2000 you need the Cygwin and
       cygipc packages. See the file
-      doc/INSTALL_WIN for details.
+      doc/FAQ_MSWIN for details.
      
     
    
index bf9c4b5d74a22189350929c62701e45cef55b81f..04b5eaffc1b80f074b4b3c76861d8e43f1bb6d82 100644 (file)
@@ -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