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

123456

/freebsd-11-stable/share/mk/
H A Dbsd.endian.mk3 .if ${MACHINE_ARCH} == "aarch64" || \
4 ${MACHINE_ARCH} == "amd64" || \
5 ${MACHINE_ARCH} == "i386" || \
6 (${MACHINE} == "arm" && ${MACHINE_ARCH:Marm*eb*} == "") || \
8 ${MACHINE_ARCH:Mmips*el} != ""
10 .elif ${MACHINE_ARCH} == "powerpc" || \
11 ${MACHINE_ARCH} == "powerpc64" || \
12 ${MACHINE_ARCH} == "sparc64" || \
13 (${MACHINE} == "arm" && ${MACHINE_ARCH:Marm*eb*} != "") || \
14 ${MACHINE_ARCH
[all...]
/freebsd-11-stable/lib/csu/
H A DMakefile3 .if exists(${.CURDIR}/${MACHINE_ARCH})
4 SUBDIR+= ${MACHINE_ARCH}
/freebsd-11-stable/usr.bin/clang/
H A DMakefile.inc5 .if ${MACHINE_ARCH:Mmips*} && ${MACHINE_ARCH:Mmips64*} == ""
/freebsd-11-stable/gnu/usr.bin/cc/
H A DMakefile.fe23 .if (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64") && \
/freebsd-11-stable/tools/tools/gdb_regofs/
H A DMakefile3 SRCS=${MACHINE_ARCH}.c
/freebsd-11-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";;
104 MACHINE_ARCH=`arch`
105 MACHINE=$MACHINE_ARCH
108 MACHINE_ARCH=`arch`
123 case "$OS/$MACHINE_ARCH" in
124 *sun386) SHARE_ARCH=$MACHINE_ARCH;;
147 MACHINE_ARCH
[all...]
/freebsd-11-stable/tools/regression/tls/
H A DMakefile5 .if ${MACHINE_ARCH} == "i386"
/freebsd-11-stable/usr.bin/xlint/
H A DMakefile.inc8 .if exists(${.CURDIR}/../arch/${MACHINE_ARCH})
9 CFLAGS+= -I${.CURDIR}/../arch/${MACHINE_ARCH}
/freebsd-11-stable/sys/modules/bios/
H A DMakefile6 .if ${MACHINE_ARCH} == "i386"
/freebsd-11-stable/stand/mips/
H A DMakefile12 .if ${MACHINE_ARCH} == "mips64"
/freebsd-11-stable/tools/tools/ncpus/
H A DMakefile6 .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
/freebsd-11-stable/sys/modules/i2c/controllers/
H A DMakefile9 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
/freebsd-11-stable/usr.bin/gcore/
H A DMakefile8 .if ${MACHINE_ARCH} == "amd64"
/freebsd-11-stable/sys/modules/cardbus/
H A DMakefile9 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
/freebsd-11-stable/sys/modules/cbb/
H A DMakefile9 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
/freebsd-11-stable/sys/modules/dtrace/dtraceall/
H A DMakefile11 .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "mips64"
/freebsd-11-stable/sys/mips/include/
H A Dparam.h59 #ifndef MACHINE_ARCH
62 #define MACHINE_ARCH "mips64" macro
67 #define MACHINE_ARCH "mipsn32" macro
69 #define MACHINE_ARCH "mips" macro
73 #define MACHINE_ARCH "mips64el" macro
78 #define MACHINE_ARCH "mipsn32el" macro
80 #define MACHINE_ARCH "mipsel" macro
/freebsd-11-stable/tests/sys/kern/
H A DMakefile34 .if ${MACHINE_ARCH} == "amd64" || \
35 ${MACHINE_ARCH} == "i386" || \
36 ${MACHINE_ARCH} == "aarch64"
39 .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
/freebsd-11-stable/usr.sbin/ntp/libntpevent/
H A DMakefile14 .if ${MACHINE_ARCH} == "i386"
16 .elif ${MACHINE_ARCH} == "amd64"
18 .elif ${MACHINE_ARCH} == "ia64"
20 .elif ${MACHINE_ARCH} == "powerpc64"
22 .elif ${MACHINE_ARCH} == "sparc64"
/freebsd-11-stable/sys/modules/mrsas/
H A DMakefile7 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
18 TARGET_ARCH = ${MACHINE_ARCH}
/freebsd-11-stable/usr.bin/truss/
H A DMakefile13 # Each ABI is expected to have an ABI.c, MACHINE_ARCH-ABI.c or
15 .if ${MACHINE_ARCH} == "aarch64"
27 .if ${MACHINE_ARCH} == "powerpc64"
34 ABI_SRCS= ${abi}.c ${MACHINE_ARCH}-${abi}.c ${MACHINE_CPUARCH}-${abi}.c
/freebsd-11-stable/lib/libc/arm/aeabi/
H A DMakefile.inc8 .if (${MACHINE_ARCH:Marmv6*} && defined(CPUTYPE) && ${CPUTYPE:M*soft*} != "") || \
9 ${MACHINE_ARCH:Marmv6*} == ""
15 .if ${MACHINE_ARCH:Marmv6*} && (!defined(CPUTYPE) || ${CPUTYPE:M*soft*} == "")
/freebsd-11-stable/sys/modules/dtrace/
H A DMakefile25 ${MACHINE_ARCH} == "mips64" || \
26 ${MACHINE_ARCH} == "powerpc64"
/freebsd-11-stable/lib/libc/arm/
H A DMakefile.inc14 .if ${MACHINE_ARCH:Marmv6*} && (!defined(CPUTYPE) || ${CPUTYPE:M*soft*} == "")

Completed in 156 milliseconds

123456