mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-08 10:23:47 +08:00
add back STAGING_DIR/usr/bin to TARGET_PATH until all library packages that install *-config scripts there are fixed
SVN-Revision: 8429
This commit is contained in:
parent
bef466faf6
commit
de265bba1c
2
rules.mk
2
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user