Re: [RFC] improving support for building native tools in cross setups
Yann Dirson <[email protected]>
| Newsgroups | gmane.comp.sysutils.automake.patches |
|---|---|
| Message-ID | <[email protected]> |
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 source, with the cross-cc and wrong flags. > > > > > > > If it is running the wrong rule make sure there is an explicit rule > > for the target in the makefile. > > Yep, going on a hunt :) Well, in fact it *is* the implicit rule triggering, and the problem is I'm cross-building for win32 and haven't separated a BUILD_EXEEXT for now, so it expects my native tools to end with .exe. Not too hard to work on :)