mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
boost use PROJECTCFLAGS instead of going native
This commit is contained in:
parent
f979a9f069
commit
f2e0be6a96
@ -28,7 +28,7 @@ sh bootstrap.sh \
|
|||||||
--with-bjam=$ROOT/$TOOLCHAIN/bin/bjam \
|
--with-bjam=$ROOT/$TOOLCHAIN/bin/bjam \
|
||||||
--with-python=$ROOT/$TOOLCHAIN/bin/python \
|
--with-python=$ROOT/$TOOLCHAIN/bin/python \
|
||||||
|
|
||||||
echo "using gcc : `$TARGET_CC -v 2>&1 | tail -n 1 |awk '{print $3}'` : $TARGET_CC ; " \
|
echo "using gcc : `$TARGET_CC -v 2>&1 | tail -n 1 |awk '{print $3}'` : $TARGET_CC : <compileflags>\"$CFLAGS\" <linkflags>\"$LDFLAGS\" ;" \
|
||||||
> tools/build/v2/user-config.jam
|
> tools/build/v2/user-config.jam
|
||||||
|
|
||||||
$ROOT/$TOOLCHAIN/bin/bjam -d2 --toolset=gcc \
|
$ROOT/$TOOLCHAIN/bin/bjam -d2 --toolset=gcc \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user