Searched defs:host (Results 1 - 2 of 2) sorted by relevance

/build/core/combo/
H A DHOST_darwin-x86.mk22 # more consistency between the host tools and the target.
24 # which can benefit from 64-bit host arch.
77 HOST_TOOLCHAIN_ROOT := prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1
118 define transform-host-o-to-shared-lib-inner
125 $(call normalize-host-libraries,$(PRIVATE_ALL_SHARED_LIBRARIES)) \
126 $(call normalize-host-libraries,$(PRIVATE_ALL_STATIC_LIBRARIES)) \
135 define transform-host-o-to-executable-inner
142 $(call normalize-host-libraries,$(PRIVATE_ALL_SHARED_LIBRARIES)) \
144 $(call normalize-host-libraries,$(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES)) \
145 $(call normalize-host
[all...]
/build/core/
H A Ddefinitions.mk84 # Target and host installed module's dependencies on shared libraries.
456 define normalize-host-libraries
1006 ## Commands for running gcc to compile a host C++ file
1009 define transform-host-cpp-to-o
1011 @echo "host C++: $(PRIVATE_MODULE) <= $<"
1034 ## Commands for running gcc to compile a host C file
1038 define transform-host-c-or-s-to-o-no-deps
1056 define transform-host-c-to-o-no-deps
1057 @echo "host C: $(PRIVATE_MODULE) <= $<"
1058 $(call transform-host
[all...]

Completed in 60 milliseconds