scripts/build: no need to setup toolchain twice and before really building

This commit is contained in:
MilhouseVH 2016-10-04 03:52:12 +01:00
parent 438740d2e1
commit 4992ff71be

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