Searched refs:host (Results 1 - 25 of 132) sorted by relevance

123456

/openwrt/tools/mpc/
H A DMakefile18 include $(INCLUDE_DIR)/host-build.mk
25 --with-mpfr=$(TOPDIR)/staging_dir/host \
26 --with-gmp=$(TOPDIR)/staging_dir/host
/openwrt/include/
H A Dhost.mk10 -include $(TMP_DIR)/.host.mk
16 export PATH:=$(TOPDIR)/staging_dir/host/bin:$(PATH)
24 host-cc-option = $(call try-run, \
28 .PRECIOUS: $(TMP_DIR)/.host.mk
29 $(TMP_DIR)/.host.mk: $(TOPDIR)/include/host.mk
H A Dhost-build.mk11 HOST_INSTALL_DIR ?= $(HOST_BUILD_DIR)/host-install
27 include $(INCLUDE_DIR)/host.mk
31 BUILD_TYPES += host
69 --host=$(GNU_HOST_NAME) \
127 $(1) : export ACLOCAL_INCLUDE=$$(foreach p,$$(wildcard $$(STAGING_DIR_HOST)/share/aclocal $$(STAGING_DIR_HOST)/share/aclocal-* $(if $(IS_PACKAGE_BUILD),$$(STAGING_DIR)/host/share/aclocal $$(STAGING_DIR)/host/share/aclocal-*)),-I $$(p))
175 prepare: host-prepare
176 compile: host-compile
177 install: host-install
178 clean: host
[all...]
/openwrt/tools/findutils/
H A DMakefile18 include $(INCLUDE_DIR)/host-build.mk
/openwrt/tools/patch/
H A DMakefile18 include $(INCLUDE_DIR)/host-build.mk
/openwrt/package/libs/libiconv/
H A DMakefile22 include $(INCLUDE_DIR)/host-build.mk
73 $(INSTALL_DIR) $(STAGING_DIR)/host/lib
74 $(INSTALL_DATA) $(HOST_BUILD_DIR)/libiconv.a $(STAGING_DIR)/host/lib/
76 $(INSTALL_DIR) $(STAGING_DIR)/host/include
77 $(INSTALL_DATA) ./src/include/iconv.h $(STAGING_DIR)/host/include/
79 $(INSTALL_DIR) $(STAGING_DIR)/host/share/aclocal
80 $(INSTALL_DATA) ./src/m4/* $(STAGING_DIR)/host/share/aclocal/
/openwrt/package/libs/gettext/
H A DMakefile19 include $(INCLUDE_DIR)/host-build.mk
55 $(INSTALL_DIR) $(STAGING_DIR)/host/include
56 $(INSTALL_DATA) ./src/include/libintl.h $(STAGING_DIR)/host/include/
58 $(INSTALL_DIR) $(STAGING_DIR)/host/share/aclocal
59 $(INSTALL_DATA) ./src/m4/* $(STAGING_DIR)/host/share/aclocal/
/openwrt/tools/expat/
H A DMakefile19 include $(INCLUDE_DIR)/host-build.mk
/openwrt/tools/flock/
H A DMakefile11 include $(INCLUDE_DIR)/host-build.mk
/openwrt/tools/isl/
H A DMakefile18 include $(INCLUDE_DIR)/host-build.mk
/openwrt/tools/mpfr/
H A DMakefile20 include $(INCLUDE_DIR)/host-build.mk
/openwrt/tools/tar/
H A DMakefile18 include $(INCLUDE_DIR)/host-build.mk
/openwrt/package/utils/bsdiff/
H A DMakefile18 HOST_BUILD_DEPENDS:=bzip2/host
22 include $(INCLUDE_DIR)/host-build.mk
62 $(INSTALL_DIR) $(STAGING_DIR)/host/bin/
63 $(MAKE) -C $(HOST_BUILD_DIR) PREFIX=$(STAGING_DIR)/host/ install
73 $(INSTALL_BIN) $(HOST_BUILD_DIR)/bsdiff $(STAGING_DIR)/host/bin/
/openwrt/target/imagebuilder/
H A DMakefile10 include $(INCLUDE_DIR)/host.mk
26 mkdir -p $(IB_KDIR) $(IB_LDIR) $(PKG_BUILD_DIR)/staging_dir/host/lib \
60 if [ -d $(TOPDIR)/staging_dir/host/lib/grub ]; then \
61 $(CP) $(TOPDIR)/staging_dir/host/lib/grub/ $(PKG_BUILD_DIR)/staging_dir/host/lib; \
77 | $(XARGS) $(SCRIPT_DIR)/bundle-libraries.sh $(PKG_BUILD_DIR)/staging_dir/host/bin/
78 STRIP=sstrip $(SCRIPT_DIR)/rstrip.sh $(PKG_BUILD_DIR)/staging_dir/host/bin/
/openwrt/tools/bison/
H A DMakefile18 include $(INCLUDE_DIR)/host-build.mk
/openwrt/tools/bc/
H A DMakefile19 include $(INCLUDE_DIR)/host-build.mk
/openwrt/tools/cmake/
H A DMakefile20 include $(INCLUDE_DIR)/host-build.mk
/openwrt/tools/cloog/
H A DMakefile21 include $(INCLUDE_DIR)/host-build.mk
/openwrt/tools/elftosb/
H A DMakefile16 include $(INCLUDE_DIR)/host-build.mk
/openwrt/tools/flex/
H A DMakefile18 include $(INCLUDE_DIR)/host-build.mk
/openwrt/tools/gmp/
H A DMakefile20 include $(INCLUDE_DIR)/host-build.mk
/openwrt/tools/gengetopt/
H A DMakefile20 include $(INCLUDE_DIR)/host-build.mk
/openwrt/tools/m4/
H A DMakefile19 include $(INCLUDE_DIR)/host-build.mk
/openwrt/tools/missing-macros/
H A DMakefile13 include $(INCLUDE_DIR)/host-build.mk
/openwrt/tools/patchelf/
H A DMakefile19 include $(INCLUDE_DIR)/host-build.mk

Completed in 61 milliseconds

123456