mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
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:
parent
2f61c07dd9
commit
7009c504fc
@ -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 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user