X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=rules.mk;h=e76c75d04b7dc3677f20172a7af931dd7ca8b355;hb=6b3f2ca7de643ece97ee2f7922724db46a604ba7;hp=a27d3b1d426430330d9507eac8099b4f8a12271f;hpb=c6bc77ea365704f3f5c79d64aed069792a4e95b1;p=openwrt%2Fopenwrt.git diff --git a/rules.mk b/rules.mk index a27d3b1d42..e76c75d04b 100644 --- a/rules.mk +++ b/rules.mk @@ -52,7 +52,7 @@ ifeq ($(CONFIG_NATIVE_TOOLCHAIN),) TARGET_CROSS?=$(OPTIMIZE_FOR_CPU)-linux-uclibc- endif -TARGET_PATH:=$(TOOLCHAIN_DIR)/bin:$(STAGING_DIR_HOST)/bin:$(PATH) +TARGET_PATH:=$(TOOLCHAIN_DIR)/bin:$(STAGING_DIR_HOST)/bin:$(STAGING_DIR)/usr/bin:$(PATH) TARGET_CFLAGS:=$(TARGET_OPTIMIZATION) -fhonour-copts export PATH:=$(TARGET_PATH)