diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-12-27 02:10:54 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-12-27 02:10:54 +0000 |
commit | 28922775b6be9994f5e7e35d43a5e388221d5234 (patch) | |
tree | a3dcb4c6d8f08a4466744f22a0616cc09f2f760c /rules.mk | |
parent | 713087f64cc4c227cb2391a51cb58314d12a9635 (diff) | |
download | upstream-28922775b6be9994f5e7e35d43a5e388221d5234.tar.gz upstream-28922775b6be9994f5e7e35d43a5e388221d5234.tar.bz2 upstream-28922775b6be9994f5e7e35d43a5e388221d5234.zip |
add $(STAGING_DIR)/host, which contains target specific, but host executable files
SVN-Revision: 9939
Diffstat (limited to 'rules.mk')
-rw-r--r-- | rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ ifeq ($(CONFIG_NATIVE_TOOLCHAIN),) TARGET_CROSS:=$(if $(TARGET_CROSS),$(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)/host/bin:$(PATH) TARGET_CFLAGS:=$(TARGET_OPTIMIZATION) -fhonour-copts TARGET_CPPFLAGS:=-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include TARGET_LDFLAGS:=-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib |