On Thursday 15 November 2007, Carsten Haitzler wrote:
> On Thu, 15 Nov 2007 11:12:49 +0100 "Dr. Michael 'Mickey' Lauer"
> > If you want to be nice to cross-compilation environments,
> > AC_PATH_PROG(EDJE_CC, "edje_cc", "", $PATH) edje_cc
> > is more advisable than
> > edje_cc="$(pkg-config --variable=prefix edje)/bin/edje_cc" since in
> > the latter case it would probably point to the cross-compiled edje_cc
> > which we surely can't run during the build process.
>
> of course if you did the scratchbox trick of being able to run arm binaries
> even when cross compiling... problem solved :)

while scratchbox with qemu provides a novel trick for executing binaries of 
other arches, it certainly isnt resilient nor feasible for all targets and 
requires a lot of extra work.  AC_PATH_PROG() is the correct answer all the 
time.
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to