quickie patch to UnixWare Template - Mailing list pgsql-hackers

From Larry Rosenman
Subject quickie patch to UnixWare Template
Date
Msg-id 20001021091427.A1715@lerami.lerctr.org
Whole thread Raw
Responses Re: quickie patch to UnixWare Template
List pgsql-hackers
Per my ongoing discussion with PeterE, here is the patch I applied to
src/template/unixware:

cvs diff: Diffing .
Index: unixware
===================================================================
RCS file: /cvsroot/pgsql-snap/src/template/unixware,v
retrieving revision 1.1.1.1
diff -c -r1.1.1.1 unixware
*** unixware    2000/10/21 13:35:54    1.1.1.1
--- unixware    2000/10/21 13:49:45
***************
*** 1,6 **** AROPT=crs
! CFLAGS='-O -K i486,host,inline,loop_unroll,alloca -Dsvr4' SHARED_LIB='-K PIC' SRCH_INC='/opt/include'
SRCH_LIB='/opt/lib'DLSUFFIX=.so
 
--- 1,8 ---- AROPT=crs
! 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

-- 
Larry Rosenman                      http://www.lerctr.org/~ler
Phone: +1 972-414-9812 (voice) Internet: ler@lerctr.org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749


pgsql-hackers by date:

Previous
From: Larry Rosenman
Date:
Subject: Re: UnixWare 7.1.1b FS
Next
From: Larry Rosenman
Date:
Subject: Style question