Merge pull request #780 from MilhouseVH/toolchain_build

toolchain: only setup_toolchain target when building
This commit is contained in:
Lukas Rusak 2016-09-30 10:42:07 -07:00 committed by GitHub
commit c230bc0940
3 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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