/linux-4.1.27/arch/tile/ |
D | Makefile | 15 ifeq ($(CROSS_COMPILE),) 17 CROSS_COMPILE := $(TILERA_ROOT)/bin/tile- macro 23 $(error Set TILERA_ROOT or CROSS_COMPILE when building $(ARCH) on $(HOST_ARCH))
|
/linux-4.1.27/scripts/ |
D | decodecode | 51 ${CROSS_COMPILE}as $AFLAGS -o $1.o $1.s > /dev/null 2>&1 58 ${CROSS_COMPILE}strip $1.o 61 ${CROSS_COMPILE}objdump $OBJDUMPFLAGS -S $1.o | \
|
D | mkuboot.sh | 7 MKIMAGE=$(type -path "${CROSS_COMPILE}mkimage")
|
D | objdiff | 76 OBJDUMP="${CROSS_COMPILE}objdump"
|
D | Kbuild.include | 72 # Usage: CROSS_COMPILE := $(call cc-cross-prefix, m68k-linux-gnu- m68k-linux-)
|
/linux-4.1.27/Documentation/arm/SA1100/ |
D | CERF | 24 make ARCH=arm CROSS_COMPILE=arm-linux- cerfcube_defconfig 25 make ARCH=arm CROSS_COMPILE=arm-linux- zImage 26 make ARCH=arm CROSS_COMPILE=arm-linux- modules
|
/linux-4.1.27/tools/testing/selftests/powerpc/switch_endian/ |
D | Makefile | 1 CC := $(CROSS_COMPILE)gcc 11 $(CROSS_COMPILE)objcopy -j .text --reverse-bytes=4 -O binary $< $@
|
/linux-4.1.27/tools/lib/lockdep/ |
D | Makefile | 18 $(call allow-override,CC,$(CROSS_COMPILE)gcc) 19 $(call allow-override,AR,$(CROSS_COMPILE)ar) 20 $(call allow-override,LD,$(CROSS_COMPILE)ld)
|
/linux-4.1.27/arch/unicore32/ |
D | Makefile | 14 ifeq ($(CROSS_COMPILE),) 15 CROSS_COMPILE := $(call cc-cross-prefix, unicore32-linux-) macro
|
/linux-4.1.27/tools/lib/api/ |
D | Makefile | 11 CC = $(CROSS_COMPILE)gcc 12 AR = $(CROSS_COMPILE)ar
|
/linux-4.1.27/arch/m68k/ |
D | Makefile | 20 ifeq ($(CROSS_COMPILE),) 21 CROSS_COMPILE := $(call cc-cross-prefix, \ macro
|
/linux-4.1.27/Documentation/powerpc/ |
D | mpc52xx.txt | 9 # <edit Makefile to set ARCH=ppc & CROSS_COMPILE=... ( also EXTRAVERSION 20 # <edit Makefile to set ARCH=ppc & CROSS_COMPILE=... ( also EXTRAVERSION
|
/linux-4.1.27/arch/xtensa/ |
D | Makefile | 28 ifndef CROSS_COMPILE 29 CROSS_COMPILE = xtensa_$(VARIANT)- macro
|
/linux-4.1.27/arch/parisc/ |
D | nm | 6 ${CROSS_COMPILE}nm $* | grep -v '.LC*[0-9]*$'
|
D | Makefile | 37 ifeq ($(CROSS_COMPILE),) 39 CROSS_COMPILE := $(call cc-cross-prefix, \ macro
|
/linux-4.1.27/arch/arc/ |
D | Makefile | 11 ifeq ($(CROSS_COMPILE),) 12 CROSS_COMPILE := arc-linux-uclibc- macro
|
/linux-4.1.27/tools/cgroup/ |
D | Makefile | 3 CC = $(CROSS_COMPILE)gcc
|
/linux-4.1.27/tools/usb/ |
D | Makefile | 3 CC = $(CROSS_COMPILE)gcc
|
/linux-4.1.27/Documentation/ptp/ |
D | testptp.mk | 19 CC = $(CROSS_COMPILE)gcc
|
/linux-4.1.27/tools/thermal/tmon/ |
D | Makefile | 6 CC=$(CROSS_COMPILE)gcc
|
/linux-4.1.27/tools/hv/ |
D | Makefile | 3 CC = $(CROSS_COMPILE)gcc
|
/linux-4.1.27/tools/vm/ |
D | Makefile | 8 CC = $(CROSS_COMPILE)gcc
|
/linux-4.1.27/tools/testing/selftests/memfd/ |
D | Makefile | 1 CC = $(CROSS_COMPILE)gcc
|
/linux-4.1.27/tools/testing/selftests/ |
D | lib.mk | 3 CC := $(CROSS_COMPILE)gcc
|
/linux-4.1.27/tools/power/x86/turbostat/ |
D | Makefile | 1 CC = $(CROSS_COMPILE)gcc
|
/linux-4.1.27/tools/lib/traceevent/ |
D | Makefile | 24 $(call allow-override,CC,$(CROSS_COMPILE)gcc) 25 $(call allow-override,AR,$(CROSS_COMPILE)ar)
|
/linux-4.1.27/arch/ia64/ |
D | Makefile | 16 NM := $(CROSS_COMPILE)nm -B 17 READELF := $(CROSS_COMPILE)readelf
|
/linux-4.1.27/tools/testing/selftests/timers/ |
D | Makefile | 1 CC = $(CROSS_COMPILE)gcc
|
/linux-4.1.27/arch/score/ |
D | Makefile | 10 CROSS_COMPILE := score-linux- macro
|
/linux-4.1.27/tools/build/feature/ |
D | Makefile | 38 CC := $(CROSS_COMPILE)gcc -MD 39 PKG_CONFIG := $(CROSS_COMPILE)pkg-config
|
/linux-4.1.27/ |
D | Makefile | 253 CROSS_COMPILE ?= $(CONFIG_CROSS_COMPILE:"%"=%) macro 353 AS = $(CROSS_COMPILE)as 354 LD = $(CROSS_COMPILE)ld 355 CC = $(CROSS_COMPILE)gcc 357 AR = $(CROSS_COMPILE)ar 358 NM = $(CROSS_COMPILE)nm 359 STRIP = $(CROSS_COMPILE)strip 360 OBJCOPY = $(CROSS_COMPILE)objcopy 361 OBJDUMP = $(CROSS_COMPILE)objdump 418 export ARCH SRCARCH CONFIG_SHELL HOSTCC HOSTCFLAGS CROSS_COMPILE AS LD CC
|
/linux-4.1.27/arch/blackfin/ |
D | Makefile | 9 ifeq ($(CROSS_COMPILE),) 10 CROSS_COMPILE := bfin-uclinux- macro
|
/linux-4.1.27/arch/arm/boot/compressed/ |
D | Makefile | 115 KBSS_SZ = $(shell $(CROSS_COMPILE)size $(obj)/../../../../vmlinux | \ 160 bad_syms=$$($(CROSS_COMPILE)nm $@ | sed -n 's/^.\{8\} [bc] \(.*\)/\1/p') && \
|
/linux-4.1.27/tools/perf/Documentation/ |
D | android.txt | 52 make ARCH=arm CROSS_COMPILE=${NDK_TOOLCHAIN} CFLAGS="--sysroot=${NDK_SYSROOT}" 54 make ARCH=x86 CROSS_COMPILE=${NDK_TOOLCHAIN} CFLAGS="--sysroot=${NDK_SYSROOT}"
|
/linux-4.1.27/samples/seccomp/ |
D | Makefile | 21 ifndef CROSS_COMPILE
|
/linux-4.1.27/tools/testing/ktest/examples/ |
D | snowball.conf | 15 MAKE_CMD = PATH=/usr/local/gcc-4.5.2-nolibc/arm-unknown-linux-gnueabi/bin:$PATH CROSS_COMPILE=arm-u…
|
D | crosstests.conf | 78 MAKE_CMD = PATH=/usr/local/gcc-${GCC_VER}-nolibc/${CROSS}/bin:$PATH CROSS_COMPILE=${CROSS}- make AR…
|
/linux-4.1.27/tools/perf/ |
D | Makefile.perf | 110 CC = $(CROSS_COMPILE)gcc 111 LD = $(CROSS_COMPILE)ld 112 AR = $(CROSS_COMPILE)ar 113 PKG_CONFIG = $(CROSS_COMPILE)pkg-config
|
/linux-4.1.27/Documentation/arm/ |
D | README | 17 tools installed as default, then you should change the CROSS_COMPILE 29 CROSS_COMPILE= 31 CROSS_COMPILE=<your-path-to-your-compiler-without-gcc> 33 CROSS_COMPILE=arm-linux-
|
/linux-4.1.27/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
|
/linux-4.1.27/Documentation/kbuild/ |
D | kbuild.txt | 97 CROSS_COMPILE 100 CROSS_COMPILE can be a part of the filename or the full path. 102 CROSS_COMPILE is also used for ccache in some setups.
|
D | makefiles.txt | 572 to set CROSS_COMPILE to well-known values but may have several 574 It is recommended only to try to set CROSS_COMPILE if it is a cross 575 build (host arch is different from target arch). And if CROSS_COMPILE 581 ifeq ($(CROSS_COMPILE),) 582 CROSS_COMPILE := $(call cc-cross-prefix, m68k-linux-gnu-)
|
/linux-4.1.27/arch/cris/ |
D | Makefile | 47 LD = $(CROSS_COMPILE)ld -mcrislinux
|
/linux-4.1.27/arch/tile/kernel/vdso/ |
D | Makefile | 75 $(CROSS_COMPILE)objcopy \
|
/linux-4.1.27/arch/mips/ |
D | Makefile | 46 ifeq ($(CROSS_COMPILE),) 47 …CROSS_COMPILE := $(call cc-cross-prefix, $(tool-archpref)-linux- $(tool-archpref)-linux-gnu- $(t… macro
|
/linux-4.1.27/arch/powerpc/ |
D | Makefile | 32 ifeq ($(CROSS_COMPILE),)
|
/linux-4.1.27/arch/powerpc/boot/ |
D | Makefile | 205 ifneq ($(CROSS_COMPILE),)
|
/linux-4.1.27/arch/powerpc/platforms/ |
D | Kconfig.cputype | 429 CROSS_COMPILE must point to a toolchain capable of targeting
|
/linux-4.1.27/Documentation/sh/ |
D | new-machine.txt | 273 $ make ARCH=sh CROSS_COMPILE=sh4-linux- vapor_defconfig vmlinux
|
/linux-4.1.27/init/ |
D | Kconfig | 48 config CROSS_COMPILE config 51 Same as running 'make CROSS_COMPILE=prefix-' but stored for
|