build: fix android and pocketbook builds

This commit is contained in:
Qingping Hou
2016-10-09 23:28:16 -07:00
parent 8f09c45536
commit 3d79d44381
3 changed files with 4 additions and 4 deletions

View File

@@ -11,9 +11,9 @@ REVISION=$(shell git rev-parse --short HEAD)
# set PATH to find CC in managed toolchains
ifeq ($(TARGET), android)
PATH:=$(CURDIR)/$(KOR_BASE)/$(ANDROID_TOOLCHAIN)/bin:$(PATH)
PATH:=$(ANDROID_TOOLCHAIN)/bin:$(PATH)
else ifeq ($(TARGET), pocketbook)
PATH:=$(CURDIR)/$(KOR_BASE)/$(POCKETBOOK_TOOLCHAIN)/bin:$(PATH)
PATH:=$(POCKETBOOK_TOOLCHAIN)/bin:$(PATH)
endif
MACHINE=$(shell PATH=$(PATH) $(CC) -dumpmachine 2>/dev/null)

2
base

Submodule base updated: 132b166259...55032c87b2