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

/external/chromium_org/build/android/tests/symbolize/
H A DMakefile5 TOOLCHAIN=../../../../third_party/android_tools/ndk/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86_64/bin/arm-linux-androideabi- macro
6 CXX=$(TOOLCHAIN)g++
/external/chromium_org/native_client_sdk/src/tools/
H A Dcommon.mk24 TOOLCHAIN ?= $(word 1,$(VALID_TOOLCHAINS)) macro
42 # TOOLCHAIN=all recursively calls this Makefile for all VALID_TOOLCHAINS.
44 ifeq ($(TOOLCHAIN),all)
50 # Generate a new MAKE command for each TOOLCHAIN.
61 +$(MAKE) TOOLCHAIN=$(1) $(MAKECMDGOALS)
81 else # TOOLCHAIN=all macro
86 ifeq (,$(findstring $(TOOLCHAIN),$(VALID_TOOLCHAINS)))
92 $(error Can not use TOOLCHAIN=$(TOOLCHAIN) on this example.)
103 else # TOOLCHAIN i
541 endif # TOOLCHAIN=all macro
[all...]

Completed in 155 milliseconds