Home
last modified time | relevance | path

Searched refs:arch (Results 1 – 12 of 12) sorted by relevance

/busybox-1.35.0/scripts/
Dcheckstack.pl43 my $arch = shift;
44 if ($arch eq "") {
45 $arch = `uname -m`;
46 chomp($arch);
52 if ($arch eq 'aarch64') {
57 } elsif ($arch eq 'arm') {
60 } elsif ($arch =~ /^x86(_64)?$/ || $arch =~ /^i[3456]86$/) {
66 } elsif ($arch eq 'blackfin') {
69 } elsif ($arch eq 'ia64') {
72 } elsif ($arch eq 'm68k') {
[all …]
/busybox-1.35.0/qemu_multiarch_testing/
Dextract_uuencoded_binary.sh9 arch=${logfile%.log}
10 arch=${arch#system-image-}
12 test -e "busybox-$arch" \
13 && { echo "busybox-$arch exists, not overwriting"; continue; }
15 uudecode -o - "$logfile" | bunzip2 >"busybox-$arch" \
16 && chmod 755 "busybox-$arch"
DREADME14 * Install qemu-system-ARCH. The arch names may differ from
/busybox-1.35.0/examples/
Dbusybox.spec62 arch=`uname -m | sed -e 's/i.86/i386/' -e 's/ppc/powerpc/' -e 's/ppc64//' -e 's/powerpc64//' -e 's/…
63 echo "TARGET_$arch=y" >.config
64 echo "TARGET_ARCH=\"$arch\"" >>.config
66 if test "$arch"; then yes "" | make oldconfig; fi
67 if test "$arch"; then cat .config; fi
68 if test "$arch"; then make V=1; fi
69 if test "$arch"; then make install; fi
70 if test "$arch"; then make install_kernel_headers; fi
78 if test "$arch"; then \
/busybox-1.35.0/scripts/kconfig/
DMakefile48 $(Q)ln -fs Kconfig_i386 arch/um/Kconfig_arch
49 $(Q)for i in `ls arch/`; \
51 scripts/kconfig/kxgettext arch/$$i/Kconfig \
59 $(Q)rm -f arch/um/Kconfig_arch
/busybox-1.35.0/configs/
Dandroid_defconfig81arch-arm/include -I$A/bionic/libc/include -I$A/bionic/libc/kernel/common -I$A/bionic/libc/kernel/a…
Dandroid_ndk_defconfig66 CONFIG_SYSROOT="/opt/android-ndk/platforms/android-9/arch-arm"
/busybox-1.35.0/
DMakefile434 -include $(srctree)/arch/$(ARCH)/Makefile
512 -include $(srctree)/arch/$(ARCH)/Makefile
DConfig.in494 CONFIG_SYSROOT=/opt/android-ndk/platforms/android-9/arch-arm
525 bool "Use -mpreferred-stack-boundary=2 on i386 arch"
DNOFORK_NOEXEC.lst59 arch - NOFORK
/busybox-1.35.0/docs/
Dkeep_data_small.txt8 What "allocated" exactly means, depends on arch.
Dcontributing.txt298 tested this on [arch] system(s) and it works. I have tested it against the