Searched refs:CROSS_COMPILE (Results 1 – 12 of 12) sorted by relevance
/arch/unicore32/ |
D | Makefile | 14 ifeq ($(CROSS_COMPILE),) 15 CROSS_COMPILE := $(call cc-cross-prefix, unicore32-linux-) macro
|
/arch/parisc/ |
D | nm | 6 ${CROSS_COMPILE}nm $* | grep -v '.LC*[0-9]*$'
|
D | Makefile | 45 ifeq ($(CROSS_COMPILE),) 47 CROSS_COMPILE := $(call cc-cross-prefix, \ macro
|
/arch/m68k/ |
D | Makefile | 20 ifeq ($(CROSS_COMPILE),) 21 CROSS_COMPILE := $(call cc-cross-prefix, \ macro
|
/arch/xtensa/ |
D | Makefile | 28 ifndef CROSS_COMPILE 29 CROSS_COMPILE = xtensa_$(VARIANT)- macro
|
/arch/arc/ |
D | Makefile | 8 ifeq ($(CROSS_COMPILE),) 9 CROSS_COMPILE := $(call cc-cross-prefix, arc-linux- arceb-linux-) macro
|
/arch/ia64/ |
D | Makefile | 16 NM := $(CROSS_COMPILE)nm -B 17 READELF := $(CROSS_COMPILE)readelf
|
/arch/riscv/kernel/vdso/ |
D | Makefile | 63 $(CROSS_COMPILE)objcopy \
|
/arch/sh/ |
D | Makefile | 13 ifeq ($(CROSS_COMPILE),) 14 …CROSS_COMPILE := $(call cc-cross-prefix, $(UTS_MACHINE)-linux- $(UTS_MACHINE)-linux-gnu- $(UTS_M… macro
|
/arch/mips/ |
D | Makefile | 51 ifeq ($(CROSS_COMPILE),) 52 …CROSS_COMPILE := $(call cc-cross-prefix, $(tool-archpref)-linux- $(tool-archpref)-linux-gnu- $(t… macro
|
/arch/powerpc/boot/ |
D | Makefile | 246 ifneq ($(CROSS_COMPILE),)
|
/arch/powerpc/platforms/ |
D | Kconfig.cputype | 525 CROSS_COMPILE must point to a toolchain capable of targeting
|