Since HPUX now exists for Itanium, we should decouple the assumption
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| 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 |