Since HPUX now exists for Itanium, we should decouple the assumption

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 13ac54d1ca89d8a50b996cd26fefb9d836461a74
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-08-01T19:12:52Z
Releases: 7.4.1
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.

Files

PathChange+/−
configure modified +1 −1
configure.in modified +2 −2
src/backend/port/hpux/tas.c.template modified +4 −0
src/backend/port/tas/hpux_hppa.s (from src/backend/port/tas/hpux.s) renamed +0 −0
src/include/port/hpux.h modified +21 −6
src/include/storage/s_lock.h modified +9 −8