diff options
author | Nicolas Thill <nico@openwrt.org> | 2007-08-19 06:41:38 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2007-08-19 06:41:38 +0000 |
commit | de265bba1c841b9cb42f89a43bf6a8156c3eb884 (patch) | |
tree | 206a65e902004532071409c3499acfd3423223fe | |
parent | bef466faf6a85efa327f89f4bc354cf22131c1c9 (diff) | |
download | upstream-de265bba1c841b9cb42f89a43bf6a8156c3eb884.tar.gz upstream-de265bba1c841b9cb42f89a43bf6a8156c3eb884.tar.bz2 upstream-de265bba1c841b9cb42f89a43bf6a8156c3eb884.zip |
add back STAGING_DIR/usr/bin to TARGET_PATH until all library packages that install *-config scripts there are fixed
SVN-Revision: 8429
-rw-r--r-- | rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |