Searched refs:ARCH (Results 1 – 8 of 8) sorted by relevance
30 * `/boot/xen/pvboot-<ARCH>.elf`32 Where `<ARCH>` is the first element of the GNU triplet e.g. one of:40 `/boot/xen/pvboot-<ARCH>.elf` and `/xen/pvboot-<ARCH>.elf` (in that42 and therefore it is not necessary to search for /pvboot-<ARCH>.elf.
24 ARCH=$(XEN_TARGET_ARCH) macro25 SRCARCH=$(shell echo $(ARCH) | sed -e 's/x86.*/x86/' -e s'/arm\(32\|64\)/arm/g')128 $(MAKE) -f $(BASEDIR)/tools/kconfig/Makefile.kconfig ARCH=$(ARCH) SRCARCH=$(SRCARCH) clean267 …$(MAKE) -f $(BASEDIR)/tools/kconfig/Makefile.kconfig ARCH=$(ARCH) SRCARCH=$(SRCARCH) HOSTCC="$(HOS…270 …$(MAKE) -f $(BASEDIR)/tools/kconfig/Makefile.kconfig ARCH=$(ARCH) SRCARCH=$(SRCARCH) HOSTCC="$(HOS…274 …$(MAKE) -f $(BASEDIR)/tools/kconfig/Makefile.kconfig ARCH=$(ARCH) SRCARCH=$(SRCARCH) HOSTCC="$(HOS…
11 config ARCH config13 option env="ARCH"
10 ifeq ($(ARCH),ia64)
19 NB. If you are cross compiling, you need to set ARCH and
20 ifeq ($(ARCH),ia64)
33 KBUILD_DEFCONFIG := $(ARCH)_defconfig
3 default ARCH != "arm32"
Completed in 6 milliseconds