Home | History | Annotate | Download | only in make

Lines Matching refs:TOOLCHAIN

33 TGT_CC:=$(word 3, $(subst -, ,$(TOOLCHAIN)))
38 # Run configure for the user with the current toolchain.
58 # Normally, we want to build the filename from the target and the toolchain.
60 # However, the toolchain is part of the target in universal builds, so we
61 # don't want to include TOOLCHAIN in that case. FAT_ARCHS is used to test
63 include $(target)$(if $(FAT_ARCHS),,-$(TOOLCHAIN)).mk
71 TGT_ISA:=$(word 1, $(subst -, ,$(TOOLCHAIN)))
72 TGT_OS:=$(word 2, $(subst -, ,$(TOOLCHAIN)))
73 TGT_CC:=$(word 3, $(subst -, ,$(TOOLCHAIN)))
248 include $(SRC_PATH_BARE)/$(target:-$(TOOLCHAIN)=).mk
337 DIST-SRCS-yes += $(target:-$(TOOLCHAIN)=).mk