On Thu, Jan 30, 2014 at 10:16:06PM +0100, Yann Dirson wrote:
> On Thu, Jan 30, 2014 at 09:53:59PM +0100, Yann Dirson wrote:
> > > > And without even trying to touch this, I also have
> > > > another problem to deal with, where requesting my native binary
> > > > triggers some sort of default rule a
On 2014-01-30 21:53, Yann Dirson wrote:
> On Thu, Jan 30, 2014 at 01:33:17PM +, Gavin Smith wrote:
>> On Wed, Jan 29, 2014 at 10:40 PM, Yann Dirson wrote:
>>> Hello,
>>>
>>> It is not uncommon for software packages to build tools to be executed
>>> at build time, to generate data files or more
On Thu, Jan 30, 2014 at 09:53:59PM +0100, Yann Dirson wrote:
> > > And without even trying to touch this, I also have
> > > another problem to deal with, where requesting my native binary
> > > triggers some sort of default rule attempting to build the binary in
> > > one step directly from the C s
On Thu, Jan 30, 2014 at 06:49:50PM +1100, Jack Kelly wrote:
> Yann Dirson writes:
> > It is not uncommon for software packages to build tools to be executed
> > at build time, to generate data files or more input files to compile.
> >
> > ...
> >
> > For the second point, it would seem a good idea
On Thu, Jan 30, 2014 at 01:33:17PM +, Gavin Smith wrote:
> On Wed, Jan 29, 2014 at 10:40 PM, Yann Dirson wrote:
> > Hello,
> >
> > It is not uncommon for software packages to build tools to be executed
> > at build time, to generate data files or more input files to compile.
> >
> > Unless I m
On Wed, Jan 29, 2014 at 10:40 PM, Yann Dirson wrote:
> Hello,
>
> It is not uncommon for software packages to build tools to be executed
> at build time, to generate data files or more input files to compile.
>
> Unless I miss something, the current autotools does not help much
> dealing with this
Yann Dirson writes:
> It is not uncommon for software packages to build tools to be executed
> at build time, to generate data files or more input files to compile.
>
> ...
>
> For the second point, it would seem a good idea at some point to
> support a "native_" prefix, so setting eg. "native_PRO
Hello,
It is not uncommon for software packages to build tools to be executed
at build time, to generate data files or more input files to compile.
Unless I miss something, the current autotools does not help much
dealing with this for cross-compilation:
* autoconf only probes for host CC as soo