Hello,
On Thu, Jun 08, 2006 at 05:25:47PM +0200, Jérôme Pouiller wrote:
> One last question : In Makefile of linux kernel, HOSTCC is used to name
> compiler for the build platform, no?
yes, when they say ``host program'', they mean ``binary for the
system where the kernel build runs.''
The bui
Le Jeudi 8 Juin 2006 16:05, Stepan Kasal a écrit :
> Hello,
>
> On Thu, Jun 08, 2006 at 10:58:20AM +0200, Jezz wrote:
> > Hmm... You should use "BUILD" when you use triplet
> > build/host/target (for exemple, when you compile a compiler).
>
> well, if you are not building a compiler, the target pat
Hello,
On Thu, Jun 08, 2006 at 10:58:20AM +0200, Jezz wrote:
> Hmm... You should use "BUILD" when you use triplet build/host/target
> (for exemple, when you compile a compiler).
well, if you are not building a compiler, the target patform is not
relevant, but the previous two still apply:
- the
Le Jeudi 8 Juin 2006 10:02, Ralf Wildenhues a écrit :
> Hi Jérôme,
>
> * Jérôme Pouiller wrote on Tue, Jun 06, 2006 at 06:52:50PM CEST:
> > I have made research in automake documentation/ML, but, I have not
> > found any solution to compile binary for local host (used, for
> > exemple, to build som
Hi Jérôme,
* Jérôme Pouiller wrote on Tue, Jun 06, 2006 at 06:52:50PM CEST:
>
> I have made research in automake documentation/ML, but, I have not found
> any solution to compile binary for local host (used, for exemple, to
> build some headers) in a project configured for cross compilation.
>
Hi,
I have made research in automake documentation/ML, but, I have not found
any solution to compile binary for local host (used, for exemple, to
build some headers) in a project configured for cross compilation.
The best solution I found is :
data.h: $(genData_SOURCES)
$(MAKE) $(AM_MAK