Lines Matching refs:sm
6 clang-target := $(patsubst %-,%,$(notdir $(lastword $(CROSS_COMPILE_$(sm)))))
13 ccache-cmd := $(if $(findstring ccache,$(CROSS_COMPILE_$(sm))),$(firstword $(CROSS_COMPILE_$(sm))) …
15 CC$(sm) := $(ccache-cmd)$(OPTEE_CLANG_COMPILER_PATH)clang $(clang-target-opt)
16 CXX$(sm) := false # Untested yet
19 CPP$(sm) := $(ccache-cmd)$(OPTEE_CLANG_COMPILER_PATH)clang $(clang-target-opt) -E
20 LD$(sm) := $(ccache-cmd)$(OPTEE_CLANG_COMPILER_PATH)ld.lld
22 AR$(sm) := $(ccache-cmd)$(OPTEE_CLANG_COMPILER_PATH)llvm-ar
23 NM$(sm) := $(OPTEE_CLANG_COMPILER_PATH)llvm-nm
24 OBJCOPY$(sm) := $(OPTEE_CLANG_COMPILER_PATH)llvm-objcopy
25 OBJDUMP$(sm) := $(OPTEE_CLANG_COMPILER_PATH)llvm-objdump
26 READELF$(sm) := $(OPTEE_CLANG_COMPILER_PATH)llvm-readelf
28 nostdinc$(sm) := -nostdinc -isystem $(shell $(CC$(sm)) \