Get rid of the old PB TC (#5860)

This commit is contained in:
NiLuJe
2020-02-15 23:49:04 +01:00
committed by GitHub
parent 5f10e8d6df
commit 12e54a17b3
2 changed files with 0 additions and 9 deletions

4
kodev
View File

@@ -220,10 +220,6 @@ ${SUPPORTED_TARGETS}"
assert_ret_zero $?
;;
pocketbook)
if ! command -v arm-obreey-linux-gnueabi-gcc >/dev/null && [ ! -d "${CURDIR}/base/toolchain/pocketbook-toolchain" ]; then
make pocketbook-toolchain
assert_ret_zero $?
fi
make TARGET=pocketbook
assert_ret_zero $?
;;