Re: [HACKERS] (Better) support for cross compiled external modules

2011-05-07 Thread Peter Eisentraut
On mån, 2011-05-02 at 14:41 +, Johann 'Myrkraverk' Oskarsson wrote: > Is it possible to add support for cross compiled PGXS modules to the > build system? > > That is, when PG is cross compiled, a -pg_config is > also built for use with external modules? > > I'm not adverse to submit a patch

Re: [HACKERS] (Better) support for cross compiled external modules

2011-05-06 Thread Robert Haas
On Mon, May 2, 2011 at 10:41 AM, Johann 'Myrkraverk' Oskarsson wrote: > Hi all, > > Is it possible to add support for cross compiled PGXS modules to the > build system? > > That is, when PG is cross compiled, a -pg_config is > also built for use with external modules? > > I'm not adverse to submit

[HACKERS] (Better) support for cross compiled external modules

2011-05-02 Thread Johann 'Myrkraverk' Oskarsson
Hi all, Is it possible to add support for cross compiled PGXS modules to the build system? That is, when PG is cross compiled, a -pg_config is also built for use with external modules? I'm not adverse to submit a patch for this myself, but would like a pointer in the general direction for it.