mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
Get rid of the old PB TC (#5860)
This commit is contained in:
4
kodev
4
kodev
@@ -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 $?
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user