Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/ktest/examples/
H 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-6.15/tools/power/cpupower/
H A DMakefile93 ifneq ($(CROSS), )
94 CC = $(CROSS)gcc
95 LD = $(CROSS)gcc
96 AR = $(CROSS)ar
97 STRIP = $(CROSS)strip
98 RANLIB = $(CROSS)ranlib
100 CC ?= $(CROSS)gcc
101 LD ?= $(CROSS)gcc
102 AR ?= $(CROSS)ar
103 STRIP ?= $(CROSS)strip
[all …]
/linux-6.15/arch/powerpc/boot/
H A Dwrapper55 CROSS=
131 CROSS="$1"
224 ${CROSS}ld -V 2>&1 | grep -q LLD
229 LD_VERSION=$(${CROSS}ld --version | ld_version)
237 if "${CROSS}ld" -v --no-warn-rwx-segments >/dev/null 2>&1; then
392 ${CROSS}objcopy $objflags "$kernel" "$vmz.$$"
467 ${CROSS}objcopy $4 $1 \
508 ${CROSS}objcopy -O binary "$ofile".elf "$ofile"
545 system_reset_overlay=0x`${CROSS}nm "$ofile" \
549 system_reset_kernel=0x`${CROSS}nm "$ofile" \
[all …]
/linux-6.15/tools/power/acpi/
H A DMakefile.config54 CROSS = #/usr/i386-linux-uclibc/usr/bin/i386-uclibc-
55 CROSS_COMPILE ?= $(CROSS)