glib-hosttools: 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:40:45 +02:00
parent 2f61c07dd9
commit 7009c504fc

View File

@ -32,7 +32,9 @@ cd $BUILD/glib*
do_autoreconf do_autoreconf
mkdir -p .build-host && cd .build-host mkdir -p .build-host && cd .build-host
../configure --prefix=$ROOT/$TOOLCHAIN \ ../configure --host=$HOST_NAME \
--build=$HOST_NAME \
--prefix=$ROOT/$TOOLCHAIN \
--enable-shared \ --enable-shared \
--disable-static \ --disable-static \
--with-gnu-ld \ --with-gnu-ld \