]> granicus.if.org Git - postgresql/commit
Since HPUX now exists for Itanium, we should decouple the assumption
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 1 Aug 2003 19:12:52 +0000 (19:12 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 1 Aug 2003 19:12:52 +0000 (19:12 +0000)
commit13ac54d1ca89d8a50b996cd26fefb9d836461a74
treeb22f555314a2025d8c493958c14cd095df546615
parent75619cff569ed6fe3363e0d2b232ddc80814c3d3
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.
configure
configure.in
src/backend/port/hpux/tas.c.template
src/backend/port/tas/hpux_hppa.s [moved from src/backend/port/tas/hpux.s with 100% similarity]
src/include/port/hpux.h
src/include/storage/s_lock.h