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

1234

/freebsd-10.0-release/share/mk/
H A Dbsd.endian.mk3 .if ${MACHINE_ARCH} == "amd64" || \
4 ${MACHINE_ARCH} == "i386" || \
5 ${MACHINE_ARCH} == "ia64" || \
6 ${MACHINE_ARCH} == "arm" || \
7 ${MACHINE_ARCH} == "armv6" || \
8 ${MACHINE_ARCH:Mmips*el} != ""
10 .elif ${MACHINE_ARCH} == "powerpc" || \
11 ${MACHINE_ARCH} == "powerpc64" || \
12 ${MACHINE_ARCH} == "sparc64" || \
13 ${MACHINE_ARCH}
[all...]
H A Dbsd.arch.inc.mk7 .elif exists(${.CURDIR}/Makefile.${MACHINE_ARCH})
8 .include "Makefile.${MACHINE_ARCH}"
/freebsd-10.0-release/tools/tools/gdb_regofs/
H A DMakefile3 SRCS=${MACHINE_ARCH}.c
/freebsd-10.0-release/contrib/bmake/
H A Dmachine.sh50 MACHINE_ARCH=`$arch -s`;
60 4.0*) MACHINE_ARCH=$machine_arch MACHINE=$machine_arch;;
61 4*) MACHINE_ARCH=$machine_arch;;
65 MACHINE_ARCH=`IFS="/-."; set $machine; echo $1`
69 MACHINE_ARCH=i386
74 MACHINE_ARCH=`uname -m`
78 i?86) MACHINE_ARCH=i386;;# does anyone really care about 686 vs 586?
84 MACHINE_ARCH=${MACHINE_ARCH:-$machine}
88 arch*) echo $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 *[!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;;
138 NetBSD) SHARE_ARCH=$OS/${MACHINE_ARCH
[all...]
/freebsd-10.0-release/tools/regression/tls/
H A DMakefile5 .if ${MACHINE_ARCH} == "i386"
/freebsd-10.0-release/tools/tools/ncpus/
H A DMakefile6 .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
/freebsd-10.0-release/lib/csu/
H A DMakefile3 ARCH= ${MACHINE_ARCH:S/i386/i386-elf/}
/freebsd-10.0-release/usr.sbin/uathload/
H A DMakefile10 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "powerpc64"
/freebsd-10.0-release/cddl/lib/
H A DMakefile24 .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386" || \
/freebsd-10.0-release/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-10.0-release/sys/arm/include/
H A Dparam.h58 #ifndef MACHINE_ARCH
61 #define MACHINE_ARCH "armv6eb" macro
63 #define MACHINE_ARCH "armv6" macro
67 #define MACHINE_ARCH "armeb" macro
69 #define MACHINE_ARCH "arm" macro
/freebsd-10.0-release/cddl/usr.sbin/
H A DMakefile18 .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
/freebsd-10.0-release/usr.sbin/crunch/crunchide/
H A DMakefile6 TARGET_ARCH?= ${MACHINE_ARCH}
8 .if ${TARGET_ARCH} == i386 && ${MACHINE_ARCH} == i386
/freebsd-10.0-release/sys/modules/cas/
H A DMakefile8 .if ${MACHINE_CPUARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc64"
/freebsd-10.0-release/sys/modules/x86bios/
H A DMakefile10 .if ${MACHINE_ARCH} != "i386"
/freebsd-10.0-release/usr.bin/kdump/
H A DMakefile4 .if (${MACHINE_ARCH} == "amd64")
15 .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
36 ${.CURDIR}/../../sys/${MACHINE_ARCH}/linux${SFX}/syscalls.master ${.CURDIR}/linux_syscalls.conf
/freebsd-10.0-release/sys/ia64/include/
H A Dparam.h57 #ifndef MACHINE_ARCH
58 #define MACHINE_ARCH "ia64" macro
/freebsd-10.0-release/sys/modules/opensolaris/
H A DMakefile16 .elif exists(${_A}/${MACHINE_ARCH}/opensolaris_atomic.S)
17 .PATH: ${_A}/${MACHINE_ARCH}
/freebsd-10.0-release/sys/modules/dtrace/
H A DMakefile25 .if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_ARCH} == "powerpc64"
/freebsd-10.0-release/sys/modules/dtrace/dtraceall/
H A DMakefile9 .if ${MACHINE_ARCH} == "amd64"
/freebsd-10.0-release/tools/regression/bpf/bpf_filter/
H A DMakefile42 (${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386")
44 ${SYSDIR}/${MACHINE_ARCH}/${MACHINE_ARCH}/bpf_jit_machdep.c
/freebsd-10.0-release/usr.sbin/kldxref/
H A DMakefile10 .if exists(ef_${MACHINE_CPUARCH}.c) && ${MACHINE_ARCH} != "powerpc64"
/freebsd-10.0-release/sys/powerpc/include/
H A Dparam.h56 #ifndef MACHINE_ARCH
58 #define MACHINE_ARCH "powerpc64" macro
60 #define MACHINE_ARCH "powerpc" macro
/freebsd-10.0-release/contrib/bmake/mk/sys/
H A DOpenBSD.mk13 MACHINE_ARCH.${MACHINE} ?= ${MACHINE}
14 .if empty(MACHINE_ARCH)
15 MACHINE_ARCH = ${MACHINE_ARCH.${MACHINE}} macro
24 .if ${MACHINE_ARCH} == "sparc64"
33 .if ${MACHINE_ARCH} == "alpha" || \
34 ${MACHINE_ARCH} == "i386" || \
35 ${MACHINE_ARCH} == "m68k" || \
36 ${MACHINE_ARCH} == "sparc" || \
37 ${MACHINE_ARCH}
[all...]

Completed in 140 milliseconds

1234