X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/be99e06ec864511c5b9973924334d216c7e44c3f..ae5914acdf354f8f15fe34a8aa942cf2d9450452:/rules.mk diff --git a/rules.mk b/rules.mk index ef61c4d74..6c7514f2a 100644 --- a/rules.mk +++ b/rules.mk @@ -148,7 +148,7 @@ ifndef DUMP ifneq ($(TOOLCHAIN_LIB_DIRS),) TARGET_LDFLAGS+= $(patsubst %,-L%,$(TOOLCHAIN_LIB_DIRS)) endif - TOOLCHAIN_DIR:=$(TOOLCHAIN_ROOT_DIR) + TARGET_PATH:=$(TOOLCHAIN_DIR)/bin:$(TARGET_PATH) endif endif endif