From 0f65bb5e15c25c783bfc374b9b6a2d1e325add8f Mon Sep 17 00:00:00 2001 From: jow Date: Sat, 28 Jan 2012 00:15:01 +0000 Subject: [PATCH] [backfire] buildroot: adjust TARGET_PATH in external toolchain case git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@29926 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- rules.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/rules.mk b/rules.mk index 7d82d95ec..49c57d23a 100644 --- a/rules.mk +++ b/rules.mk @@ -138,6 +138,7 @@ ifndef DUMP ifneq ($(TOOLCHAIN_LIB_DIRS),) TARGET_LDFLAGS+= $(patsubst %,-L%,$(TOOLCHAIN_LIB_DIRS)) endif + TARGET_PATH:=$(TOOLCHAIN_DIR)/bin:$(TARGET_PATH) endif endif endif -- 2.35.1