makedepend: setup host triplet for --build and --host options to configure script

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-07-13 01:44:55 +02:00
parent 5c2183af7a
commit 6bf33bb091

View File

@ -26,7 +26,9 @@ setup_toolchain host
cd $PKG_BUILD
./configure --prefix=$ROOT/$TOOLCHAIN \
./configure --host=$HOST_NAME \
--build=$HOST_NAME \
--prefix=$ROOT/$TOOLCHAIN \
make
make install