projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb1da3b
)
add back STAGING_DIR/usr/bin to TARGET_PATH until all library packages that install...
author
Nicolas Thill
<nico@openwrt.org>
Sun, 19 Aug 2007 06:41:38 +0000
(06:41 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sun, 19 Aug 2007 06:41:38 +0000
(06:41 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8429
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
rules.mk
patch
|
blob
|
history
diff --git
a/rules.mk
b/rules.mk
index
a27d3b1
..
e76c75d
100644
(file)
--- 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)