mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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_config
|
||||
|
||||
setup_toolchain target
|
||||
|
||||
SILENT_OUT=3
|
||||
VERBOSE_OUT=4
|
||||
if [ "$VERBOSE" = yes ]; then
|
||||
|
@ -20,6 +20,8 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
setup_toolchain target
|
||||
|
||||
if [ -z "$1" ]; then
|
||||
echo "usage: $0 package_name[:<host|target|init|bootstrap>]"
|
||||
exit 1
|
||||
|
@ -22,6 +22,8 @@
|
||||
|
||||
show_config
|
||||
|
||||
setup_toolchain target
|
||||
|
||||
$SCRIPTS/checkdeps
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build squashfs:host
|
||||
|
Loading…
x
Reference in New Issue
Block a user