pgsql-server/ /configure /configure.in rc/back ...

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/ /configure /configure.in rc/back ...
Date: 2003-08-01 19:12:53
Message-ID: 20030801191253.1525DD1C9EF@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)svr1(dot)postgresql(dot)org 03/08/01 16:12:53

Modified files:
. : configure configure.in
src/backend/port/hpux: tas.c.template
src/include/port: hpux.h
src/include/storage: s_lock.h
Added files:
src/backend/port/tas: hpux_hppa.s
Removed files:
src/backend/port/tas: hpux.s

Log message:
Since HPUX now exists for Itanium, we should decouple the assumption
that OS=hpux is the same as CPU=hppa. First steps at doing this.
With these patches, we still work on hppa with either gcc or HP's cc.
We might work on hpux/itanium with gcc, but I can't test it. Definitely
will not work on hpux/itanium with non-gcc compiler, for lack of spinlock
code.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2003-08-01 21:27:27 pgsql-server/src/interfaces/libpq fe-connect.c ...
Previous Message Tom Lane 2003-08-01 19:01:49 pgsql-server/src/bin/pgtclsh Makefile