Drop armhf from the chroot setup script

This commit is contained in:
Simon Fels 2017-01-27 07:17:21 +01:00
commit e4682cab34
2 changed files with 1 additions and 1 deletions

View file

@ -150,7 +150,7 @@ echo "Target machine: ${target_machine}"
if [ ${_do_update_chroot} -eq 1 ] ; then
pushd scripts > /dev/null
./setup-partial-armhf-chroot.sh -d ${dist} -a ${target_arch} ${additional_repositories} ${AC_NDK_PATH}
./setup-partial-chroot.sh -d ${dist} -a ${target_arch} ${additional_repositories} ${AC_NDK_PATH}
popd > /dev/null
# force a clean build after an update, since CMake cache maybe out of date
clean_build_dir ${BUILD_DIR}