Home
last modified time | relevance | path

Searched full:cross_compile (Results 1 – 25 of 246) sorted by relevance

12345678910

/openbmc/u-boot/board/hisilicon/hikey/
H A Dbuild-tf.mak1 CROSS_COMPILE := aarch64-linux-gnu- macro
5 make_options := GCC49_AARCH64_PREFIX=$CROSS_COMPILE \
19 @echo -n "Check that $(CROSS_COMPILE)gcc is available..."
20 @which $(CROSS_COMPILE)gcc > /dev/null ; \
22 echo "ERROR: cross-compiler $(CROSS_COMPILE)gcc not in PATH=$$PATH!" ; \
32 CROSS_COMPILE=$(CROSS_COMPILE) \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/7zip/files/
H A D0001-support-yocto-cross-compiling.patch29 ifneq ($(CC), $(CROSS_COMPILE)clang)
38 CROSS_COMPILE=
41 -CC=$(CROSS_COMPILE)gcc
42 -CXX=$(CROSS_COMPILE)g++
48 CROSS_COMPILE=
51 -CC=$(CROSS_COMPILE)clang
52 -CXX=$(CROSS_COMPILE)clang++
/openbmc/linux/tools/scripts/
H A DMakefile.include67 # Allow setting various cross-compile vars or setting CROSS_COMPILE as a prefix.
68 $(call allow-override,CC,$(CROSS_COMPILE)gcc)
69 $(call allow-override,AR,$(CROSS_COMPILE)ar)
70 $(call allow-override,LD,$(CROSS_COMPILE)ld)
71 $(call allow-override,CXX,$(CROSS_COMPILE)g++)
72 $(call allow-override,STRIP,$(CROSS_COMPILE)strip)
97 else ifneq ($(CROSS_COMPILE),)
101 CLANG_CROSS_FLAGS := --target=$(notdir $(CROSS_COMPILE:%-=%))
102 GCC_TOOLCHAIN_DIR := $(dir $(shell which $(CROSS_COMPILE)gcc 2>/dev/null))
104 CLANG_CROSS_FLAGS += --prefix=$(GCC_TOOLCHAIN_DIR)$(notdir $(CROSS_COMPILE))
[all …]
/openbmc/linux/tools/testing/kunit/
H A Dkunit_kernel.py45 def __init__(self, linux_arch: str, cross_compile: Optional[str]):
47 self._cross_compile = cross_compile
63 command += ['CROSS_COMPILE=' + self._cross_compile]
79 command += ['CROSS_COMPILE=' + self._cross_compile]
101 def __init__(self, qemu_arch_params: qemu_config.QemuArchParams, cross_compile: Optional[str]):
103 cross_compile=cross_compile)
137 def __init__(self, cross_compile: Optional[str]=None):
138 super().__init__(linux_arch='um', cross_compile=cross_compile)
201 cross_compile: Optional[str]) -> Tuple[str, LinuxSourceTreeOperations]:
224 params, cross_compile=cross_compile)
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/
H A D0009-Prevent-running-check-tests-on-host-if-cross-compili.patch9 In a cross-compiling environment, the make variable CROSS_COMPILE is
17 'topdir' doesn't work. Instead, if CROSS_COMPILE is set, the
42 +AM_CONDITIONAL(CROSS_COMPILE, test "x$cross_compiling" = "xyes")
54 +if ! CROSS_COMPILE
65 +if ! CROSS_COMPILE
76 +if ! CROSS_COMPILE
87 +if ! CROSS_COMPILE
97 +if ! CROSS_COMPILE
108 +if ! CROSS_COMPILE
/openbmc/openbmc/poky/meta/recipes-rt/rt-tests/files/
H A D0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch23 -CC = $(CROSS_COMPILE)gcc
24 -AR = $(CROSS_COMPILE)ar
25 +CC ?= $(CROSS_COMPILE)gcc
26 +AR ?= $(CROSS_COMPILE)ar
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/
H A Dopenl2tp_1.8.bb59 -e 's:$(CROSS_COMPILE)as:${AS}:g' \
60 -e 's:$(CROSS_COMPILE)ld:${LD}:g' \
61 -e 's:$(CROSS_COMPILE)gcc:${CC}:g' \
62 -e 's:$(CROSS_COMPILE)ar:${AR}:g' \
63 -e 's:$(CROSS_COMPILE)nm:${NM}:g' \
64 -e 's:$(CROSS_COMPILE)strip:${STRIP}:g' \
65 -e 's:$(CROSS_COMPILE)install:install:g' \
/openbmc/u-boot/arch/powerpc/
H A Dconfig.mk6 ifeq ($(CROSS_COMPILE),)
7 CROSS_COMPILE := ppc_8xx-
27 ifeq ($(CROSS_COMPILE),powerpc-netbsd-)
30 ifeq ($(CROSS_COMPILE),powerpc-openbsd-)
/openbmc/linux/scripts/package/
H A Ddeb-build-option4 # Set up CROSS_COMPILE if not defined yet
5 if [ "${CROSS_COMPILE+set}" != "set" -a "${DEB_HOST_ARCH}" != "${DEB_BUILD_ARCH}" ]; then
6 echo CROSS_COMPILE=${DEB_HOST_GNU_TYPE}-
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/agent-proxy/files/
H A D0001-Makefile-Add-LDFLAGS-variable.patch20 @@ -51,7 +51,7 @@ $(CROSS_COMPILE)agent-proxy: $(OBJS)
23 $(CROSS_COMPILE)agent-proxy: $(OBJS)
30 …rm -f $(extpath)$(CROSS_COMPILE)agent-proxy $(extpath)agent-proxy $(extpath)*.o $(extpath)*.obj $(…
32 $(extpath)$(CROSS_COMPILE)%.o::%.c
/openbmc/u-boot/doc/
H A DREADME.clang25 CROSS_COMPILE. To compile U-Boot with clang on linux without IAS use e.g.:
27 make HOSTCC=clang CROSS_COMPILE=arm-linux-gnueabi- \
43 # NOTE: CROSS_COMPILE and target differ on purpose!
44 export CROSS_COMPILE=arm-gnueabi-freebsd-
H A DREADME.mpc83xxads7 $ CROSS_COMPILE=powerpc-linux-
8 $ export PATH CROSS_COMPILE
60 export CROSS_COMPILE=your-cross-compile-prefix
/openbmc/linux/Documentation/arch/arm/sa1100/
H A Dcerf.rst30 make ARCH=arm CROSS_COMPILE=arm-linux- cerfcube_defconfig
31 make ARCH=arm CROSS_COMPILE=arm-linux- zImage
32 make ARCH=arm CROSS_COMPILE=arm-linux- modules
/openbmc/qemu/roms/
H A DMakefile124 CROSS_COMPILE=$(x86_64_cross_prefix) \
129 CROSS_COMPILE=$(x86_64_cross_prefix) \
138 $(MAKE) -C u-boot CROSS_COMPILE=$(powerpc_cross_prefix) \
145 $(MAKE) -C u-boot-sam460ex CROSS_COMPILE=$(powerpc_cross_prefix)
175 CROSS_COMPILE=$(riscv32_cross_prefix) \
181 CROSS_COMPILE=$(riscv64_cross_prefix) \
194 $(MAKE) -C vbootrom CROSS_COMPILE=$(arm_cross_prefix)
/openbmc/openbmc/poky/meta/recipes-devtools/icecc-toolchain/icecc-toolchain/
H A Dicecc-env.sh42 export ICECC="$(which ${CROSS_COMPILE}gcc)"
43 export ICECXX="$(which ${CROSS_COMPILE}g++)"
44 export ICEAS="$(which ${CROSS_COMPILE}as)"
/openbmc/u-boot/scripts/
H A Ddecodecode64 ${CROSS_COMPILE}as $AFLAGS -o $1.o $1.s > /dev/null 2>&1
71 ${CROSS_COMPILE}strip $1.o
79 ${CROSS_COMPILE}strip $1.o
82 ${CROSS_COMPILE}objdump $OBJDUMPFLAGS -S $1.o | \
/openbmc/u-boot/board/theobroma-systems/puma_rk3399/
H A DREADME39 > make CROSS_COMPILE=aarch64-linux-gnu- PLAT=rk3399 bl31
46 > make CROSS_COMPILE=arm-cortex_m0-eabi-
53 > make CROSS_COMPILE=aarch64-linux-gnu- puma-rk3399_defconfig all
63 > make CROSS_COMPILE=aarch64-linux-gnu- u-boot.itb
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/toybox/
H A Dtoybox_0.8.12.bb19 # Toybox is strict on what CC, CFLAGS and CROSS_COMPILE variables should contain.
20 # Fix CC, CFLAGS, CROSS_COMPILE to match expectations.
23 # CROSS_COMPILE = compiler prefix
34 EXTRA_OEMAKE = 'CROSS_COMPILE="${HOST_PREFIX}" \
/openbmc/linux/tools/testing/selftests/nolibc/
H A DMakefile137 @echo " nolibc-test build the executable (uses \$$CC and \$$CROSS_COMPILE)"
152 @echo " CROSS_COMPILE = $(CROSS_COMPILE)"
204 …$(Q)$(MAKE) -C $(srctree) ARCH=$(ARCH) CC=$(CC) CROSS_COMPILE=$(CROSS_COMPILE) mrproper $(DEFCONFI…
207 …$(Q)$(MAKE) -C $(srctree) ARCH=$(ARCH) CC=$(CC) CROSS_COMPILE=$(CROSS_COMPILE) $(IMAGE_NAME) CONFI…
/openbmc/linux/tools/testing/selftests/
H A Dlib.mk31 ifeq ($(CROSS_COMPILE),)
33 $(error Specify CROSS_COMPILE or add '--target=' option to lib.mk)
38 CLANG_FLAGS += --target=$(notdir $(CROSS_COMPILE:%-=%))
39 endif # CROSS_COMPILE
43 CC := $(CROSS_COMPILE)gcc
/openbmc/linux/scripts/
H A Ddecodecode78 ${CROSS_COMPILE}as $AFLAGS -o $t.o $t.s > /dev/null 2>&1
85 ${CROSS_COMPILE}strip $t.o
93 ${CROSS_COMPILE}strip $t.o
98 ${CROSS_COMPILE}strip $t.o
108 ${CROSS_COMPILE}objdump $OBJDUMPFLAGS -S $t.o | \
/openbmc/u-boot/arch/nios2/
H A Dconfig.mk7 ifeq ($(CROSS_COMPILE),)
8 CROSS_COMPILE := nios2-elf-
/openbmc/u-boot/arch/m68k/
H A Dconfig.mk6 ifeq ($(CROSS_COMPILE),)
7 CROSS_COMPILE := m68k-elf-
/openbmc/u-boot/arch/microblaze/
H A Dconfig.mk9 ifeq ($(CROSS_COMPILE),)
10 CROSS_COMPILE := mb-
/openbmc/u-boot/arch/sh/
H A Dconfig.mk6 ifeq ($(CROSS_COMPILE),)
7 CROSS_COMPILE := sh4-linux-

12345678910