Searched refs:CROSS_COMPILE (Results 51 - 62 of 62) sorted by relevance

123

/linux-master/samples/hid/
H A DMakefile70 ifdef CROSS_COMPILE
71 CLANG_ARCH_ARGS = --target=$(notdir $(CROSS_COMPILE:%-=%))
/linux-master/scripts/
H A Dfaddr2line63 UTIL_PREFIX=${CROSS_COMPILE:-}
H A Ddecode_stacktrace.sh21 UTIL_PREFIX=${CROSS_COMPILE:-}
H A Dmarkup_oops.pl361 -c, --cross-compile CROSS_COMPILE Specify the prefix used for toolchain.
/linux-master/arch/powerpc/
H A DMakefile14 ifeq ($(CROSS_COMPILE),)
19 CROSS_COMPILE := $(call cc-cross-prefix, $(foreach a,$(CC_ARCHES), \ macro
/linux-master/tools/bpf/bpftool/
H A DMakefile56 ARCH= CROSS_COMPILE= CC="$(HOSTCC)" LD="$(HOSTLD)" AR="$(HOSTAR)" $@ install_headers
/linux-master/arch/mips/
H A DMakefile53 ifeq ($(CROSS_COMPILE),)
54 CROSS_COMPILE := $(call cc-cross-prefix, $(tool-archpref)-linux- $(tool-archpref)-linux-gnu- $(tool-archpref)-unknown-linux-gnu-) macro
/linux-master/samples/bpf/
H A DMakefile210 ifdef CROSS_COMPILE
211 CLANG_ARCH_ARGS = --target=$(notdir $(CROSS_COMPILE:%-=%))
/linux-master/tools/testing/kunit/
H A Dkunit.py339 help=('Sets make\'s CROSS_COMPILE variable; it should '
/linux-master/tools/build/feature/
H A DMakefile85 PKG_CONFIG ?= $(CROSS_COMPILE)pkg-config
/linux-master/tools/perf/
H A DMakefile.perf18 # Define CROSS_COMPILE as prefix name of compiler if you want cross-builds.
196 PKG_CONFIG = $(CROSS_COMPILE)pkg-config
1107 ifneq ($(CROSS_COMPILE),)
1108 CLANG_TARGET_ARCH = --target=$(notdir $(CROSS_COMPILE:%-=%))
/linux-master/arch/powerpc/boot/
H A DMakefile18 # CROSS32_COMPILE is setup as a prefix just like CROSS_COMPILE
267 ifneq ($(CROSS_COMPILE),)
268 CROSSWRAP := -C "$(CROSS_COMPILE)"

Completed in 489 milliseconds

123