mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Merge pull request #780 from MilhouseVH/toolchain_build
toolchain: only setup_toolchain target when building
This commit is contained in:
commit
c230bc0940
@ -186,8 +186,6 @@ VERSION_SUFFIX=$TARGET_ARCH
|
|||||||
check_path
|
check_path
|
||||||
check_config
|
check_config
|
||||||
|
|
||||||
setup_toolchain target
|
|
||||||
|
|
||||||
SILENT_OUT=3
|
SILENT_OUT=3
|
||||||
VERBOSE_OUT=4
|
VERBOSE_OUT=4
|
||||||
if [ "$VERBOSE" = yes ]; then
|
if [ "$VERBOSE" = yes ]; then
|
||||||
|
@ -20,6 +20,8 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
|
setup_toolchain target
|
||||||
|
|
||||||
if [ -z "$1" ]; then
|
if [ -z "$1" ]; then
|
||||||
echo "usage: $0 package_name[:<host|target|init|bootstrap>]"
|
echo "usage: $0 package_name[:<host|target|init|bootstrap>]"
|
||||||
exit 1
|
exit 1
|
||||||
|
@ -22,6 +22,8 @@
|
|||||||
|
|
||||||
show_config
|
show_config
|
||||||
|
|
||||||
|
setup_toolchain target
|
||||||
|
|
||||||
$SCRIPTS/checkdeps
|
$SCRIPTS/checkdeps
|
||||||
$SCRIPTS/build toolchain
|
$SCRIPTS/build toolchain
|
||||||
$SCRIPTS/build squashfs:host
|
$SCRIPTS/build squashfs:host
|
||||||
|
Loading…
x
Reference in New Issue
Block a user