From 183e636ddf0f85240ccf9454d3c5ace41947c3f5 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 28 Jan 2012 00:15:01 +0000 Subject: [PATCH] buildroot: adjust TARGET_PATH in external toolchain case SVN-Revision: 29926 --- rules.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/rules.mk b/rules.mk index 7d82d95ec2..49c57d23a5 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.30.2