pgsql: Support cross compilation by compiling "zic" with a native
| From: |
petere(at)svr1(dot)postgresql(dot)org (Peter Eisentraut) |
| To: |
pgsql-committers(at)postgresql(dot)org |
| Subject: |
pgsql: Support cross compilation by compiling "zic" with a native |
| Date: |
2005-07-03 18:54:29 |
| Message-ID: |
20050703185429.027D852867@svr1.postgresql.org (view raw or flat) |
| Thread: |
|
| Lists: |
pgsql-committers |
Log Message:
-----------
Support cross compilation by compiling "zic" with a native compiler. This
relies on the output of zic being platform independent, but that is
currently the case.
Modified Files:
--------------
pgsql:
configure (r1.441 -> r1.442)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.441&r2=1.442)
configure.in (r1.414 -> r1.415)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in.diff?r1=1.414&r2=1.415)
pgsql/doc/src/sgml:
installation.sgml (r1.238 -> r1.239)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/installation.sgml.diff?r1=1.238&r2=1.239)
pgsql/src:
Makefile.global.in (r1.214 -> r1.215)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/Makefile.global.in.diff?r1=1.214&r2=1.215)
pgsql/src/timezone:
Makefile (r1.17 -> r1.18)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/timezone/Makefile.diff?r1=1.17&r2=1.18)
Responses
pgsql-committers by date
| Next: | From: Tom Lane | Date: 2005-07-03 21:14:19 |
| Subject: pgsql: Don't try to constant-fold functions returning RECORD. |
| Previous: | From: Tom Lane | Date: 2005-07-03 18:26:33 |
| Subject: pgsql: Improve outer-join-deduction logic to be able to propagate |