quickie patch to UnixWare Template

From: Larry Rosenman <ler(at)lerctr(dot)org>
To: pgsql-hackers(at)hub(dot)org
Subject: quickie patch to UnixWare Template
Date: 2000-10-21 14:14:27
Message-ID: 20001021091427.A1715@lerami.lerctr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)lerctr(dot)org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Larry Rosenman 2000-10-21 15:11:40 Style question
Previous Message Peter Eisentraut 2000-10-21 14:00:27 Re: Last builtin OID?