diff --git a/base b/base index 996bf9617..84299a585 160000 --- a/base +++ b/base @@ -1 +1 @@ -Subproject commit 996bf9617b321e6cea4ba051e69a7fc9ccef2481 +Subproject commit 84299a585587f306230c448f80e4e4811f2f990d diff --git a/kodev b/kodev index 89586ced3..fed9a56c7 100755 --- a/kodev +++ b/kodev @@ -213,7 +213,7 @@ ${SUPPORTED_TARGETS}" assert_ret_zero $? ;; pocketbook) - if [ ! -d "${CURDIR}/base/toolchain/pocketbook-toolchain" ]; then + if ! command -v arm-obreey-linux-gnueabi-gcc>/dev/null && [ ! -d "${CURDIR}/base/toolchain/pocketbook-toolchain" ]; then make pocketbook-toolchain assert_ret_zero $? fi