Home
last modified time | relevance | path

Searched refs:CROSS_COMPILE (Results 1 – 21 of 21) sorted by relevance

/linux-2.4.37.9/arch/x86_64/
DMakefile28 IA32_CC := $(CROSS_COMPILE)gcc -m32 -O2 -fomit-frame-pointer -nostdinc -I $(HPATH)
29 IA32_LD := $(CROSS_COMPILE)ld -m elf_i386
30 IA32_AS := $(CROSS_COMPILE)gcc -m32 -Wa,--32 -D__ASSEMBLY__ -traditional -c -nostdinc -I $(HPATH)
31 IA32_OBJCOPY := $(CROSS_COMPILE)objcopy
32 IA32_CPP := $(CROSS_COMPILE)gcc -m32 -E
36 LD=$(CROSS_COMPILE)ld -m elf_x86_64
37 OBJCOPY=$(CROSS_COMPILE)objcopy -O binary -R .note -R .comment -S
/linux-2.4.37.9/arch/cris/drivers/lpslave/
DMakefile13 $(CROSS_COMPILE)ld -qmagic -Te100lpslaveld e100lpslave.o -o e100lpslave
14 …$(CROSS_COMPILE)objcopy -O binary --remove-section=.data --remove-section=.bss e100lpslave e100lps…
15 …$(CROSS_COMPILE)objcopy -O binary --remove-section=.text --remove-section=.bss e100lpslave e100lps…
/linux-2.4.37.9/arch/parisc/
DMakefile22 CROSS_COMPILE := hppa64-linux- macro
31 CROSS_COMPILE := hppa-linux- macro
36 FINAL_LD=$(CROSS_COMPILE)ld --warn-common --warn-section-align
39 OBJCOPY=$(CROSS_COMPILE)objcopy -O binary -R .note -R .comment -S
/linux-2.4.37.9/
DMakefile22 CROSS_COMPILE = macro
28 AS = $(CROSS_COMPILE)as
29 LD = $(CROSS_COMPILE)ld
30 CC = $(CROSS_COMPILE)gcc
32 AR = $(CROSS_COMPILE)ar
33 NM = $(CROSS_COMPILE)nm
34 STRIP = $(CROSS_COMPILE)strip
35 OBJCOPY = $(CROSS_COMPILE)objcopy
36 OBJDUMP = $(CROSS_COMPILE)objdump
48 CONFIG_SHELL TOPDIR HPATH HOSTCC HOSTCFLAGS CROSS_COMPILE AS LD CC \
/linux-2.4.37.9/arch/mips/hp-lj/
DMakefile36 @echo "" | $(CROSS_COMPILE)as -o $@
37 @$(CROSS_COMPILE)objcopy --add-section .initrd=$< $@
/linux-2.4.37.9/arch/s390x/
DMakefile16 LD=$(CROSS_COMPILE)ld -m elf64_s390
18 OBJCOPY=$(CROSS_COMPILE)objcopy -O binary -R .note -R .comment -S
/linux-2.4.37.9/arch/sh64/
DMakefile36 OBJCOPY = $(CROSS_COMPILE)objcopy -O binary -R .note -R .comment \
38 LD = $(CROSS_COMPILE)ld $(LDFLAGS)
/linux-2.4.37.9/arch/s390/
DMakefile16 LD=$(CROSS_COMPILE)ld -m elf_s390
18 OBJCOPY=$(CROSS_COMPILE)objcopy -O binary -R .note -R .comment -S
/linux-2.4.37.9/arch/sh/
DMakefile39 LD =$(CROSS_COMPILE)ld $(LDFLAGS)
40 OBJCOPY=$(CROSS_COMPILE)objcopy -O binary -R .note -R .comment -R .stab -R .stabstr -S
/linux-2.4.37.9/arch/cris/
DMakefile32 fi && $(CROSS_COMPILE)ld -mcrislinux
38 OBJCOPY := $(CROSS_COMPILE)objcopy -O binary -R .note -R .comment -S
/linux-2.4.37.9/arch/i386/
DMakefile19 LD=$(CROSS_COMPILE)ld -m elf_i386
20 OBJCOPY=$(CROSS_COMPILE)objcopy -O binary -R .note -R .comment -S
/linux-2.4.37.9/Documentation/arm/
DREADME15 tools installed as default, then you should change the CROSS_COMPILE
27 CROSS_COMPILE=
29 CROSS_COMPILE=<your-path-to-your-compiler-without-gcc>
31 CROSS_COMPILE=arm-linux-
/linux-2.4.37.9/arch/s390x/boot/
DMakefile10 OBJCOPY = $(CROSS_COMPILE)objcopy
/linux-2.4.37.9/arch/s390/boot/
DMakefile10 OBJCOPY = $(CROSS_COMPILE)objcopy
/linux-2.4.37.9/arch/ia64/tools/
DMakefile30 ifeq ($(CROSS_COMPILE),)
/linux-2.4.37.9/arch/ppc64/boot/
DMakefile35 …--defsym _vmlinux_memsize=0x`$(CROSS_COMPILE)nm -n $(TOPDIR)/vmlinux | sed '$$s/^........\([^ ]*\)…
/linux-2.4.37.9/arch/ia64/
DMakefile11 NM := $(CROSS_COMPILE)nm -B
/linux-2.4.37.9/arch/m68k/
DMakefile24 CROSS_COMPILE = m68k-linux- macro
/linux-2.4.37.9/arch/mips64/
DMakefile26 CROSS_COMPILE = $(tool-prefix) macro
/linux-2.4.37.9/Documentation/kbuild/
Dmakefiles.txt217 CROSS_COMPILE
224 The user may override $(CROSS_COMPILE) on the command line if
370 LD=$(CROSS_COMPILE)ld -m elf_s390
371 OBJCOPY=$(CROSS_COMPILE)objcopy -O binary -R .note -R .comment -S
/linux-2.4.37.9/arch/mips/
DMakefile28 CROSS_COMPILE = $(tool-prefix) macro