build: fix android and pocketbook builds

pull/2280/head
Qingping Hou 8 years ago
parent 8f09c45536
commit 3d79d44381

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

@ -1 +1 @@
Subproject commit 132b166259d300de884ef24c6e410e779b3ebd00 Subproject commit 55032c87b2a7135819a20257b3b78c63a525a26b

@ -1 +1 @@
Subproject commit 04f6f08c296bff0c435b060cbf32b38e44983e79 Subproject commit f304bf86590c426ba9a6dd835c0eaebccdd49d50
Loading…
Cancel
Save