diff --git a/Makefile b/Makefile index 0119c09f1..39aaa2aa2 100644 --- a/Makefile +++ b/Makefile @@ -41,10 +41,6 @@ else ifeq ($(LINUX_ARCH), arm) endif LINUX_ARCH_NAME?=$(LINUX_ARCH) -# set PATH to find CC in managed toolchains -ifeq ($(TARGET), android) - PATH:=$(ANDROID_TOOLCHAIN)/bin:$(PATH) -endif MACHINE=$(shell $(CC) -dumpmachine 2>/dev/null) ifdef KODEBUG