diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-02-10 15:49:36 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-02-10 15:49:36 +0000 |
commit | 88dfba73ef223fe533f05c951f831ff89321850e (patch) | |
tree | 839044cfcaa56f99147198c4eeb9bcb92ab3627c /rules.mk | |
parent | 7ffcf90d37123e9d0063dd971b7e4e57b8125f93 (diff) | |
download | upstream-88dfba73ef223fe533f05c951f831ff89321850e.tar.gz upstream-88dfba73ef223fe533f05c951f831ff89321850e.tar.bz2 upstream-88dfba73ef223fe533f05c951f831ff89321850e.zip |
rules.mk: don't add staging_dir/host/bin/ path again
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44379 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'rules.mk')
-rw-r--r-- | rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -111,7 +111,7 @@ STAGING_DIR_ROOT:=$(STAGING_DIR)/root-$(BOARD) BUILD_LOG_DIR:=$(TOPDIR)/logs PKG_INFO_DIR := $(STAGING_DIR)/pkginfo -TARGET_PATH:=$(STAGING_DIR_HOST)/bin:$(subst $(space),:,$(filter-out .,$(filter-out ./,$(subst :,$(space),$(PATH))))) +TARGET_PATH:=$(subst $(space),:,$(filter-out .,$(filter-out ./,$(subst :,$(space),$(PATH))))) TARGET_CFLAGS:=$(TARGET_OPTIMIZATION)$(if $(CONFIG_DEBUG), -g3) $(EXTRA_OPTIMIZATION) TARGET_CXXFLAGS = $(TARGET_CFLAGS) TARGET_ASFLAGS_DEFAULT = $(TARGET_CFLAGS) |