Searched refs:CROSS_COMPILE (Results 1 – 11 of 11) sorted by relevance
/arch/xtensa/ |
D | Makefile | 23 ifndef CROSS_COMPILE 24 CROSS_COMPILE = xtensa_$(VARIANT)- macro
|
/arch/parisc/ |
D | nm | 6 ${CROSS_COMPILE}nm $* | grep -v '.LC*[0-9]*$'
|
D | Makefile | 50 ifeq ($(CROSS_COMPILE),) 52 CROSS_COMPILE := $(call cc-cross-prefix, \ macro
|
/arch/m68k/ |
D | Makefile | 20 ifeq ($(CROSS_COMPILE),) 21 CROSS_COMPILE := $(call cc-cross-prefix, \ macro
|
/arch/arc/ |
D | Makefile | 8 ifeq ($(CROSS_COMPILE),) 9 CROSS_COMPILE := $(call cc-cross-prefix, arc-linux- arceb-linux-) macro
|
/arch/sh/ |
D | Makefile | 13 ifeq ($(CROSS_COMPILE),) 14 CROSS_COMPILE := $(call cc-cross-prefix, sh-linux- sh-linux-gnu- sh-unknown-linux-gnu-) macro
|
/arch/csky/kernel/vdso/ |
D | Makefile | 55 $(CROSS_COMPILE)objcopy \
|
/arch/ia64/ |
D | Makefile | 16 NM := $(CROSS_COMPILE)nm -B
|
/arch/mips/ |
D | Makefile | 54 ifeq ($(CROSS_COMPILE),) 55 …CROSS_COMPILE := $(call cc-cross-prefix, $(tool-archpref)-linux- $(tool-archpref)-linux-gnu- $(t… macro
|
/arch/powerpc/boot/ |
D | Makefile | 249 ifneq ($(CROSS_COMPILE),)
|
/arch/powerpc/platforms/ |
D | Kconfig.cputype | 551 CROSS_COMPILE must point to a toolchain capable of targeting
|