Searched refs:MACHINE_ARCH (Results 1 - 25 of 155) sorted by relevance

1234567

/freebsd-13-stable/share/mk/
H A Dbsd.endian.mk4 ${MACHINE_ARCH} == "amd64" || \
5 ${MACHINE_ARCH} == "i386" || \
6 (${MACHINE} == "arm" && ${MACHINE_ARCH:Marm*eb*} == "") || \
7 ${MACHINE_ARCH} == "powerpc64le" || \
9 ${MACHINE_ARCH:Mmips*el*} != ""
13 .elif ${MACHINE_ARCH} == "powerpc" || \
14 ${MACHINE_ARCH} == "powerpc64" || \
15 ${MACHINE_ARCH} == "powerpcspe" || \
16 (${MACHINE} == "arm" && ${MACHINE_ARCH:Marm*eb*} != "") || \
17 ${MACHINE_ARCH
[all...]
/freebsd-13-stable/usr.sbin/
H A DMakefile.powerpc3 .if ${MACHINE_ARCH} != "powerpcspe"
/freebsd-13-stable/sys/modules/pwm/
H A DMakefile9 .if ${MACHINE_ARCH} == "armv7" || ${MACHINE_ARCH} == "aarch64"
/freebsd-13-stable/lib/kyua/engine/
H A DMakefile5 CFLAGS= -DKYUA_ARCHITECTURE=\"${MACHINE_ARCH}\" \
/freebsd-13-stable/tools/tools/gdb_regofs/
H A DMakefile3 SRCS=${MACHINE_ARCH}.c
/freebsd-13-stable/contrib/bmake/
H A Dmachine.sh51 MACHINE_ARCH=`bootinfo -T`
56 MACHINE_ARCH=`$arch -s`;
60 MACHINE_ARCH=`uname -m`;
70 4.0*) MACHINE_ARCH=$machine_arch MACHINE=$machine_arch;;
71 4*) MACHINE_ARCH=$machine_arch;;
75 MACHINE_ARCH=`IFS="/-."; set $machine; echo $1`
79 MACHINE_ARCH=i386
84 MACHINE_ARCH=`uname -m`
88 i?86) MACHINE_ARCH=i386;;# does anyone really care about 686 vs 586?
94 MACHINE_ARCH
[all...]
H A Dos.sh7 # to set the variables OS, OSREL, OSMAJOR, MACHINE and MACHINE_ARCH to
42 MACHINE_ARCH=`uname -p 2>/dev/null || echo $MACHINE`
46 case "$MACHINE_ARCH" in
47 unknown|*[!A-Za-z0-9_-]*) MACHINE_ARCH="$MACHINE";;
107 MACHINE_ARCH=`arch`
108 MACHINE=$MACHINE_ARCH
111 MACHINE_ARCH=`arch`
126 case "$OS/$MACHINE_ARCH" in
127 *sun386) SHARE_ARCH=$MACHINE_ARCH;;
150 MACHINE_ARCH
[all...]
/freebsd-13-stable/lib/csu/tests/
H A DMakefile.tests9 .if exists(${.CURDIR:H:H}/${MACHINE_ARCH})
10 CFLAGS+= -I${.CURDIR:H:H}/${MACHINE_ARCH}
/freebsd-13-stable/sys/modules/bios/
H A DMakefile6 .if ${MACHINE_ARCH} == "i386"
/freebsd-13-stable/stand/mips/
H A DMakefile12 .if ${MACHINE_ARCH} == "mips64"
/freebsd-13-stable/usr.bin/clang/
H A DMakefile.inc15 .if ${MACHINE_ARCH:Mmips*} && ${MACHINE_ARCH:Mmips64*} == ""
/freebsd-13-stable/tools/regression/tls/
H A DMakefile5 .if ${MACHINE_ARCH} == "i386"
/freebsd-13-stable/lib/csu/
H A DMakefile5 .if exists(${.CURDIR}/${MACHINE_ARCH:S/powerpc64le/powerpc64/})
6 SUBDIR+= ${MACHINE_ARCH:S/powerpc64le/powerpc64/}
/freebsd-13-stable/sys/modules/dtb/nvidia/
H A DMakefile3 .if ${MACHINE_ARCH} == "armv7"
6 .elif ${MACHINE_ARCH} == "aarch64"
/freebsd-13-stable/sys/modules/dtb/rpi/
H A DMakefile3 .if ${MACHINE_ARCH:Marmv[67]*} != ""
7 .elif ${MACHINE_ARCH} == "aarch64"
/freebsd-13-stable/sys/modules/i2c/controllers/
H A DMakefile5 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
/freebsd-13-stable/tools/tools/ncpus/
H A DMakefile6 .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
/freebsd-13-stable/usr.bin/gcore/
H A DMakefile8 .if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_ARCH} == "amd64" || \
9 ${MACHINE_ARCH} == "powerpc64"
/freebsd-13-stable/lib/csu/mips/
H A DMakefile9 .if ${MACHINE_ARCH:Mmips64}
14 .if ${MACHINE_ARCH:Mmips*el}
19 .if ${MACHINE_ARCH:Mmipsn32*}
/freebsd-13-stable/sys/modules/cardbus/
H A DMakefile9 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
/freebsd-13-stable/sys/modules/cbb/
H A DMakefile9 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
/freebsd-13-stable/sys/modules/dtb/mv/
H A DMakefile4 .if ${MACHINE_ARCH} == "armv7"
8 .elif ${MACHINE_ARCH} == "aarch64"
/freebsd-13-stable/sys/modules/mrsas/
H A DMakefile7 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
18 TARGET_ARCH = ${MACHINE_ARCH}
/freebsd-13-stable/sys/riscv/include/
H A Dparam.h50 #ifndef MACHINE_ARCH
54 #define MACHINE_ARCH "riscv64sf" macro
56 #define MACHINE_ARCH "riscv64" macro
/freebsd-13-stable/lib/libc/arm/aeabi/
H A DMakefile.inc8 .if (${MACHINE_ARCH:Marmv[67]*} && defined(CPUTYPE) && ${CPUTYPE:M*soft*} != "") || \
9 ${MACHINE_ARCH:Marmv[67]*} == ""
15 .if ${MACHINE_ARCH:Marmv[67]*} && (!defined(CPUTYPE) || ${CPUTYPE:M*soft*} == "")

Completed in 211 milliseconds

1234567