Home
last modified time | relevance | path

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

123456

/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/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/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/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)"
H A Dicecc-setup.sh37 ln -sf "$ICECC_PATH" "$d/${CROSS_COMPILE}gcc"
38 ln -sf "$ICECC_PATH" "$d/${CROSS_COMPILE}g++"
/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/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/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 | \
H A Dobjdiff78 STRIP="${CROSS_COMPILE}strip"
79 OBJDUMP="${CROSS_COMPILE}objdump"
/openbmc/u-boot/arch/microblaze/
H A Dconfig.mk9 ifeq ($(CROSS_COMPILE),)
10 CROSS_COMPILE := mb-
/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/sh/
H A Dconfig.mk6 ifeq ($(CROSS_COMPILE),)
7 CROSS_COMPILE := sh4-linux-
/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/nds32/
H A Dconfig.mk11 ifeq ($(CROSS_COMPILE),)
12 CROSS_COMPILE := nds32le-linux-
/openbmc/qemu/roms/
H A DMakefile127 CROSS_COMPILE=$(x86_64_cross_prefix) \
132 CROSS_COMPILE=$(x86_64_cross_prefix) \
141 $(MAKE) -C u-boot CROSS_COMPILE=$(powerpc_cross_prefix) \
148 $(MAKE) -C u-boot-sam460ex CROSS_COMPILE=$(powerpc_cross_prefix)
178 CROSS_COMPILE=$(riscv32_cross_prefix) \
184 CROSS_COMPILE=$(riscv64_cross_prefix) \
197 $(MAKE) -C vbootrom/npcm7xx CROSS_COMPILE=$(arm_cross_prefix)
201 $(MAKE) -C vbootrom/npcm8xx CROSS_COMPILE=$(aarch64_cross_prefix)
205 $(MAKE) -C vbootrom/ast27x0 CROSS_COMPILE=$(aarch64_cross_prefix)
/openbmc/u-boot/board/ti/am65x/
H A DREADME125 $ make CROSS_COMPILE=arm-linux-gnueabihf-
128 $ make CROSS_COMPILE=aarch64-linux-gnu- ARCH=aarch64 PLAT=k3 TARGET_BOARD=generic SPD=opteed
136 $ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- am65x_evm_r5_defconfig O=/tmp/r5
137 $ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- O=/tmp/r5
140 $ make ARCH=arm CROSS_COMPILE=aarch64-linux-gnu- am65x_evm_a53_defconfig O=/tmp/a53
141 $ make ARCH=arm CROSS_COMPILE=aarch64-linux-gnu- ATF=<path to ATF dir>/build/k3/generic/release/bl3…
/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/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-rmm/
H A Dtrusted-firmware-rmm_0.6.0.bb33 # toolchain from CROSS_COMPILE rather than CMAKE_TOOLCHAIN_FILE
34 export CROSS_COMPILE = "${TARGET_PREFIX}"
/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/
H A Dtf-a-tests_2.10.3.bb34 # Requires CROSS_COMPILE set by hand as there is no configure script
35 export CROSS_COMPILE = "${TARGET_PREFIX}"
H A Dtf-a-tests_2.12.0.bb35 # Requires CROSS_COMPILE set by hand as there is no configure script
36 export CROSS_COMPILE = "${TARGET_PREFIX}"
/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}" \

123456