Searched refs:CROSS_COMPILE (Results 1 – 11 of 11) sorted by relevance
| /arch/xtensa/ |
| A D | Makefile | 21 ifndef CROSS_COMPILE 22 CROSS_COMPILE = xtensa_$(VARIANT)- macro
|
| /arch/m68k/ |
| A D | Makefile | 18 ifeq ($(CROSS_COMPILE),) 19 CROSS_COMPILE := $(call cc-cross-prefix, \ macro
|
| /arch/arc/ |
| A D | Makefile | 8 ifeq ($(CROSS_COMPILE),) 9 CROSS_COMPILE := $(call cc-cross-prefix, arc-linux- arceb-linux- arc-linux-gnu-) macro
|
| /arch/parisc/ |
| A D | Makefile | 55 ifeq ($(CROSS_COMPILE),) 57 CROSS_COMPILE := $(call cc-cross-prefix, \ macro
|
| /arch/sh/ |
| A 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/ |
| A D | Makefile | 48 $(CROSS_COMPILE)objcopy \
|
| /arch/loongarch/ |
| A D | Makefile | 55 ifeq ($(CROSS_COMPILE),) 56 …CROSS_COMPILE := $(call cc-cross-prefix, $(tool-archpref)-linux- $(tool-archpref)-linux-gnu- $(t… macro
|
| /arch/powerpc/ |
| A D | Makefile | 14 ifeq ($(CROSS_COMPILE),) 19 CROSS_COMPILE := $(call cc-cross-prefix, $(foreach a,$(CC_ARCHES), \ macro
|
| /arch/mips/ |
| A D | Makefile | 53 ifeq ($(CROSS_COMPILE),) 54 …CROSS_COMPILE := $(call cc-cross-prefix, $(tool-archpref)-linux- $(tool-archpref)-linux-gnu- $(t… macro
|
| /arch/powerpc/boot/ |
| A D | Makefile | 261 ifneq ($(CROSS_COMPILE),)
|
| /arch/powerpc/platforms/ |
| A D | Kconfig.cputype | 631 CROSS_COMPILE must point to a toolchain capable of targeting
|
Completed in 17 milliseconds