Home
last modified time | relevance | path

Searched refs:CROSS (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/ktest/examples/
A Dcrosstests.conf101 CROSS = alpha-linux
111 CROSS = ia64-linux
116 CROSS = m68k-linux
126 CROSS = mips-linux
136 CROSS = hppa-linux
151 CROSS = s390x-linux
156 CROSS = sh4-linux
166 CROSS = sparc-linux
178 CROSS =
183 CROSS =
[all …]
/linux/arch/powerpc/boot/
A Dwrapper55 CROSS=
131 CROSS="$1"
224 ${CROSS}ld -V 2>&1 | grep -q LLD
229 LD_VERSION=$(${CROSS}ld --version | ld_version)
399 ${CROSS}objcopy $objflags "$kernel" "$vmz.$$"
474 ${CROSS}objcopy $4 $1 \
510 base=0x`${CROSS}nm "$ofile" | grep ' _start$' | cut -d' ' -f1`
515 ${CROSS}objcopy -O binary "$ofile".elf "$ofile"
552 system_reset_overlay=0x`${CROSS}nm "$ofile" \
556 system_reset_kernel=0x`${CROSS}nm "$ofile" \
[all …]
/linux/tools/power/cpupower/
A DMakefile89 CROSS = #/usr/i386-linux-uclibc/usr/bin/i386-uclibc- macro
90 CC = $(CROSS)gcc
91 LD = $(CROSS)gcc
92 AR = $(CROSS)ar
93 STRIP = $(CROSS)strip
94 RANLIB = $(CROSS)ranlib
103 export CROSS CC AR STRIP RANLIB CFLAGS LDFLAGS LIB_OBJS
/linux/tools/power/acpi/
A DMakefile.config54 CROSS = #/usr/i386-linux-uclibc/usr/bin/i386-uclibc-
55 CROSS_COMPILE ?= $(CROSS)

Completed in 10 milliseconds