From e4682cab344ad44de6ab9673333f3ed3df237999 Mon Sep 17 00:00:00 2001 From: Simon Fels Date: Fri, 27 Jan 2017 07:17:21 +0100 Subject: [PATCH] Drop armhf from the chroot setup script --- cross-compile-chroot.sh | 2 +- .../{setup-partial-armhf-chroot.sh => setup-partial-chroot.sh} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename scripts/{setup-partial-armhf-chroot.sh => setup-partial-chroot.sh} (100%) diff --git a/cross-compile-chroot.sh b/cross-compile-chroot.sh index 38f1928..15f8e35 100755 --- a/cross-compile-chroot.sh +++ b/cross-compile-chroot.sh @@ -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} diff --git a/scripts/setup-partial-armhf-chroot.sh b/scripts/setup-partial-chroot.sh similarity index 100% rename from scripts/setup-partial-armhf-chroot.sh rename to scripts/setup-partial-chroot.sh