Home
last modified time | relevance | path

Searched refs:MACHINE_ARCH (Results 1 – 25 of 147) sorted by relevance

123456

/freebsd/contrib/bmake/
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`
48 *[!A-Za-z0-9_-]*) MACHINE="$MACHINE_ARCH";;
50 case "$MACHINE_ARCH" in
51 unknown|*[!A-Za-z0-9_-]*) MACHINE_ARCH="$MACHINE";;
116 MACHINE_ARCH=`arch`
117 MACHINE=$MACHINE_ARCH
120 MACHINE_ARCH=`arch`
135 case "$OS/$MACHINE_ARCH" in
136 *sun386) SHARE_ARCH=$MACHINE_ARCH;;
[all...]
H A Dmachine.sh29 MACHINE_ARCH=`bootinfo -T`
32 MACHINE_ARCH=$MACHINE;
35 MACHINE_ARCH=`IFS="/-."; set $MACHINE; echo $1`
41 arch*) echo $MACHINE_ARCH;;
45 *) echo $MACHINE_ARCH;;
/freebsd/share/mk/
H A Dbsd.endian.mk4 ${MACHINE_ARCH} == "amd64" || \
5 ${MACHINE_ARCH} == "i386" || \
6 ${MACHINE_ARCH} == "powerpc64le" || \
11 .elif ${MACHINE_ARCH} == "powerpc" || \
12 ${MACHINE_ARCH} == "powerpc64" || \
13 ${MACHINE_ARCH} == "powerpcspe"
H A Dbsd.cpu.mk16 . elif ${MACHINE_ARCH} == "powerpc"
18 . elif ${MACHINE_ARCH} == "powerpc64"
20 . elif ${MACHINE_ARCH} == "powerpc64le"
118 . elif ${MACHINE_ARCH} == "powerpc"
124 . elif ${MACHINE_ARCH:Mpowerpc64*} != ""
280 . elif ${MACHINE_ARCH} == "powerpc"
288 . elif ${MACHINE_ARCH} == "powerpc64"
300 . elif ${MACHINE_ARCH} == "powerpc64le"
314 . if ${MACHINE_ARCH:Marmv7*} != ""
332 .if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "powerpcspe"
[all …]
H A Dbsd.opts.mk98 .if ${MACHINE_ARCH} == "armv7" \
99 || ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "powerpc" \
100 || ${MACHINE_ARCH} == "powerpcspe"
H A Dlocal.sys.machine.mk19 MACHINE_ARCH.$m?= ${MACHINE_ARCH_$m}
22 .if empty(MACHINE_ARCH)
23 MACHINE_ARCH:= ${MACHINE_ARCH_${MACHINE}}
H A Dbsd.arch.inc.mk7 .elif exists(${.CURDIR}/Makefile.${MACHINE_ARCH})
8 .include "Makefile.${MACHINE_ARCH}"
/freebsd/stand/kboot/kboot/
H A DMakefile16 NEWVERSWHAT= "kboot loader" ${MACHINE_ARCH}
53 .PATH: ${.CURDIR}/arch/${MACHINE_ARCH}
54 .include "${.CURDIR}/arch/${MACHINE_ARCH}/Makefile.inc"
57 LDFLAGS= -nostdlib -static -T ${.CURDIR}/arch/${MACHINE_ARCH}/${MACHINE_ARCH}.ldscript
61 CFLAGS+= -I${.CURDIR} -I${.CURDIR}/arch/${MACHINE_ARCH}
/freebsd/sys/powerpc/include/
H A Dparam.h52 #ifndef MACHINE_ARCH
55 #define MACHINE_ARCH "powerpc64le" macro
57 #define MACHINE_ARCH "powerpc64" macro
61 #define MACHINE_ARCH "powerpcspe" macro
63 #define MACHINE_ARCH "powerpc" macro
/freebsd/contrib/bmake/mk/sys/
H A DOpenBSD.mk13 MACHINE_ARCH.${MACHINE} ?= ${MACHINE}
14 .if empty(MACHINE_ARCH)
15 MACHINE_ARCH ?= ${MACHINE_ARCH.${MACHINE}}
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} == "vax"
H A DNetBSD.mk41 MACHINE_ARCH.${MACHINE} ?= ${MACHINE}
42 .if empty(MACHINE_ARCH)
43 MACHINE_ARCH ?= ${MACHINE_ARCH.${MACHINE}}
49 MACHINE_CPU ?= ${MACHINE_ARCH:C/mipse[bl]/mips/:C/mips64e[bl]/mips/:C/sh3e[bl]/sh3/:S/m68000/m68k/:…
60 .elif ${MACHINE_ARCH} == "x86_64"
62 .elif ${MACHINE_ARCH} == "sparc64"
H A DGeneric.mk19 MACHINE_ARCH.${MACHINE} ?= ${MACHINE}
20 .if empty(MACHINE_ARCH)
21 MACHINE_ARCH = ${MACHINE_ARCH.${MACHINE}}
/freebsd/sys/modules/zfs/
H A DMakefile41 .if ${MACHINE_ARCH} == "amd64"
46 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "powerpc" || \
47 ${MACHINE_ARCH} == "powerpcspe" || ${MACHINE_ARCH} == "arm"
67 .if ${MACHINE_ARCH} == "aarch64"
73 .if ${MACHINE_ARCH} == "powerpc64le"
79 .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
92 .if ${MACHINE_ARCH} == "armv7"
98 .if ${MACHINE_ARCH} == "aarch64"
104 .if ${MACHINE_ARCH} == "powerpc64" || ${MACHINE_ARCH} == "powerpc64le"
112 .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
[all …]
/freebsd/tests/sys/kern/
H A DMakefile11 .if ${MACHINE_ARCH} != "i386" && ${MACHINE_ARCH} != "powerpc" && \
12 ${MACHINE_ARCH} != "powerpcspe"
40 .if ${MACHINE_ARCH} != "i386" && ${MACHINE_ARCH:Mpowerpc*} == ""
109 .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
/freebsd/stand/
H A Ddefs.mk46 .if ${MACHINE_ARCH} == "amd64" && ${DO32:U0} == 1
90 .if ${MACHINE_ARCH} == "amd64" && ${DO32:U0} == 1
99 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
134 .if ${MACHINE_ARCH} == "powerpc64"
136 .elif ${MACHINE_ARCH} == "powerpc64le"
140 .if ${MACHINE_ARCH} == "amd64" && ${DO32:U0} == 1
161 .if ${MACHINE_ARCH} == "powerpcspe"
/freebsd/stand/powerpc/ofw/
H A DMakefile14 NEWVERSWHAT= "Open Firmware loader" ${MACHINE_ARCH}
26 .if ${MACHINE_ARCH:Mpowerpc64*} != ""
31 .if ${MACHINE_ARCH} == "powerpc64le"
49 LDFLAGS+= -L ${.CURDIR} -T ${.CURDIR}/${MACHINE_ARCH}.ldscript
/freebsd/stand/kboot/libkboot/
H A DMakefile6 .PATH: ${.CURDIR}/arch/${MACHINE_ARCH}
7 CFLAGS+=-I${.CURDIR} -I${.CURDIR}/arch/${MACHINE_ARCH}
14 .sinclude "${.CURDIR}/arch/${MACHINE_ARCH}/Makefile.inc"
/freebsd/secure/lib/libcrypto/
H A DMakefile.common13 .elif ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "powerpc64" || \
14 ${MACHINE_ARCH} == "powerpc64le"
15 ASM_${MACHINE_ARCH}=
19 .if defined(ASM_${MACHINE_CPUARCH}) || defined(ASM_${MACHINE_ARCH})
/freebsd/contrib/bmake/mk/
H A Dsys.mk131 MACHINE_ARCH.host ?= ${_HOST_ARCH}
132 MACHINE_ARCH.${MACHINE} ?= ${MACHINE}
133 .if empty(MACHINE_ARCH)
134 MACHINE_ARCH = ${MACHINE_ARCH.${MACHINE}}
/freebsd/sys/modules/mrsas/
H A DMakefile6 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
17 .if ${MACHINE_ARCH} == "amd64"
/freebsd/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/lib/libmd/
H A DMakefile109 .PATH: ${.CURDIR}/${MACHINE_ARCH} ${SRCTOP}/sys/crypto/sha2
110 .PATH: ${SRCTOP}/sys/crypto/skein ${SRCTOP}/sys/crypto/skein/${MACHINE_ARCH}
120 .if exists(${MACHINE_ARCH}/sha.S)
124 .if exists(${MACHINE_ARCH}/rmd160.S)
128 .if exists(${MACHINE_ARCH}/skein_block_asm.S)
138 .if exists(${MACHINE_ARCH}/sha.S) || exists(${MACHINE_ARCH}/rmd160.S) || exists(${MACHINE_ARCH}/ske…
/freebsd/usr.sbin/ntp/libntpevent/
H A DMakefile19 .if ${MACHINE_ARCH} == "i386"
21 .elif ${MACHINE_ARCH} == "amd64"
23 .elif ${MACHINE_ARCH} == "powerpc64"
/freebsd/tests/sys/compat32/
H A DMakefile1 .if exists(${.CURDIR}/${MACHINE_ARCH})
2 SUBDIR+= ${MACHINE_ARCH}
/freebsd/sys/modules/pwm/
H A DMakefile7 .if ${MACHINE_ARCH} == "armv7" || ${MACHINE_ARCH} == "aarch64"

123456