Home
last modified time | relevance | path

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

/busybox-1.35.0/qemu_multiarch_testing/
DREADME11 one or more system-image-ARCH directories into this directory
14 * Install qemu-system-ARCH. The arch names may differ from
15 system-image-ARCH: for example, all ARM flavors (armv4l...armv6l)
33 - this preserves system-image-ARCH/hdb.img after the build,
34 so you can go into system-image-ARCH and run
37 You can also run "./parallel-build-hdc-img.sh -s system-image-ARCH"
40 If hdc.dir/bin/busybox-$ARCH exists, it will be used during build
/busybox-1.35.0/
DMakefile190 ARCH ?= $(SUBARCH) macro
193 UTS_MACHINE := $(ARCH)
332 ARCH CONFIG_SHELL HOSTCC HOSTCFLAGS CROSS_COMPILE AS LD CC \
434 -include $(srctree)/arch/$(ARCH)/Makefile
512 -include $(srctree)/arch/$(ARCH)/Makefile
813 $(Q)ln -fsn $(srctree)/include/asm-$(ARCH) include2/asm
836 export CPPFLAGS_busybox.lds += -P -C -U$(ARCH)
1166 ifeq ($(ARCH),um)
1167 ALLINCLUDE_ARCHS := $(ARCH) $(SUBARCH)
1169 ALLINCLUDE_ARCHS := $(ARCH)
[all …]
DMakefile.custom125 $(CROSS_COMPILE)objdump -d busybox_unstripped | $(srctree)/scripts/checkstack.pl $(ARCH) | uniq
/busybox-1.35.0/scripts/
DMakefile.build174 | $(GENKSYMS) -a $(ARCH) \