HomeSort by relevance Sort by last modified time
    Searched refs:HOST_CROSS (Results 1 - 2 of 2) sorted by null

  /build/make/core/
main.mk 717 # - HOST_CROSS
768 $(if $(filter HOST HOST_CROSS,$(_p)),\
845 $(call intermediates-dir-for,$(link-type-class),$(link-type-name),$(filter AUX HOST HOST_CROSS,$(link-type-prefix)),$(link-type-common),$(link-type-2ndarchprefix),$(filter HOST_CROSS,$(link-type-prefix)))/$(if $(filter APPS,$(link-type-class)),$(if $(link-type-common),,$(link-type-2ndarchprefix)jni_))link_type\
    [all...]
definitions.mk 508 ## { HOST, HOST_CROSS, AUX, TARGET }
511 # ($1 is in {AUX, HOST_CROSS} => $1;
513 # ($2 is not empty) => HOST_CROSS;
517 $(eval _idf_pfx_:=$(strip $(filter AUX HOST_CROSS,$(1)))) \
518 $(eval _idf_pfx_:=$(if $(strip $(1)),$(if $(_idf_pfx_),$(_idf_pfx_),$(if $(strip $(2)),HOST_CROSS,HOST)),TARGET)) \
533 # $(3): { HOST, HOST_CROSS, AUX, <empty (TARGET)>, <other non-empty (HOST)> }
585 # $(3): { HOST, HOST_CROSS, AUX, <empty (TARGET)>, <other non-empty (HOST)> }
    [all...]

Completed in 484 milliseconds