mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
toolchain/crosstool-NG: use HOST_PATH when building the toolchain
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
66254843a5
commit
512bb3c6d4
@ -28,7 +28,7 @@ CTNG_UCLIBC_CONFIG_FILE := $(TOPDIR)/toolchain/toolchain-crosstool-ng/uClibc.con
|
|||||||
# to calling ct-ng.
|
# to calling ct-ng.
|
||||||
# $1: the set of arguments to pass to ct-ng
|
# $1: the set of arguments to pass to ct-ng
|
||||||
define ctng
|
define ctng
|
||||||
$(CTNG_DIR)/ct-ng -C $(CTNG_DIR) --no-print-directory $(1)
|
PATH=$(HOST_PATH) $(CTNG_DIR)/ct-ng -C $(CTNG_DIR) --no-print-directory $(1)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user