Re: [WISH] Local target in cross compialtion

2006-06-08 Thread Stepan Kasal
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

Re: [WISH] Local target in cross compialtion

2006-06-08 Thread Jérôme Pouiller
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

Re: [WISH] Local target in cross compialtion

2006-06-08 Thread Stepan Kasal
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

Re: [WISH] Local target in cross compialtion

2006-06-08 Thread Jezz
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

Re: [WISH] Local target in cross compialtion

2006-06-08 Thread Ralf Wildenhues
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. >

[WISH] Local target in cross compialtion

2006-06-07 Thread Jérôme Pouiller
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