OSDN Git Service

Attached are the three patches that were needed to get PostgreSQL
authorBruce Momjian <bruce@momjian.us>
Sun, 19 Jul 1998 04:30:04 +0000 (04:30 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 19 Jul 1998 04:30:04 +0000 (04:30 +0000)
commitcf21d71a140704ac25e1171d7f071e2359c67aee
tree07903b7aa0ceaa3639ea98013f917ef5a071cd4e
parent0624f3dcbd990bc9cf9b2e9740cdd68de72227c9
Attached are the three patches that were needed to get PostgreSQL
6.3.2 to compile (and run) on my Sparc Solaris 2.5.1 box. Details
below:

pgsql.sparc.patch-template: Adds -D__sparc__ and -D__sun__,
defintions which gcc does define, but Sun's cc does not. :(
pgsql.sparc.patch-makefile: Adds a define so that 'lorder'
is not used, as it is not found on my machine.

Ryan Kirkpatrick
src/makefiles/Makefile.solaris_sparc
src/template/solaris_sparc_cc