toplevel Makefile: accept arguments for host ./configure calls
authorAlex Badea <vamposdecampos@gmail.com>
Wed, 17 Nov 2010 21:35:18 +0000 (23:35 +0200)
committerHarald Welte <laforge@gnumonks.org>
Wed, 17 Nov 2010 22:39:46 +0000 (23:39 +0100)
commit56f990976c2334e87935dedea595b3a14d209bbc
treea7bba7071aa9f7924537f1aa56cfd82b10d907b8
parentd45476dad9da376d51dd93ff4899512dfd3cce16
toplevel Makefile: accept arguments for host ./configure calls

Append $(HOST_CONFARGS) to ./configure scripts for 'host' applications.

This allows e.g. cross-compiling on an x86 build system for an OpenMoko
gta0x host, using an invocation such as:

$ make HOST_CONFARGS="--host=arm-angstrom-linux-gnueabi"

Signed-off-by: Alex Badea <vamposdecampos@gmail.com>
src/Makefile