Merge pull request #813 from MilhouseVH/fixes

scripts/build: no need to setup toolchain twice and before really building
This commit is contained in:
Lukas Rusak 2016-10-12 13:58:07 -07:00 committed by GitHub
commit 6e1e08ef96

View File

@ -20,8 +20,6 @@
. config/options $1
setup_toolchain target
if [ -z "$1" ]; then
echo "usage: $0 package_name[:<host|target|init|bootstrap>]"
exit 1