Cross Compiling packages...

Mike Frysinger vapier at gentoo.org
Mon Oct 3 18:40:09 UTC 2005


On Sunday 02 October 2005 09:49 pm, Erik L. Smith wrote:
> I can give you an example but its going to be on a per-package basis. In
> the case of PHP I simply went through the configure script and changed
>
> { echo "configure: error: can not run test program while cross
> compiling" 1>&2; exit 1; }
>
> to
>
> { echo "configure: error: can not run test program while cross
> compiling" 1>&2; }

err, that's not a good idea

you should set the variable in the env before invoking configure ... see the 
bash.mk for example
-mike



More information about the uClibc mailing list