Home
last modified time | relevance | path

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

1234567

/freebsd/contrib/bmake/
H A Dos.sh50 case "$MACHINE_ARCH" in
116 MACHINE_ARCH=`arch`
117 MACHINE=$MACHINE_ARCH
120 MACHINE_ARCH=`arch`
135 case "$OS/$MACHINE_ARCH" in
159 MACHINE_ARCH=`$arch -s`
182 MACHINE_ARCH=i386
187 MACHINE_ARCH=`uname -m`
201 x86pc) MACHINE_ARCH=i386;;
208 BePC) MACHINE_ARCH=i386;;
[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"
127 . elif ${MACHINE_ARCH} == "powerpc"
289 . elif ${MACHINE_ARCH} == "powerpc"
323 . if ${MACHINE_ARCH:Marmv6*} != ""
326 . if ${MACHINE_ARCH:Marmv7*} != ""
344 .if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "powerpcspe"
406 .if ${MACHINE_ARCH:M*64*}
416 .if ${MACHINE_ARCH} == "i386"
[all …]
H A Dbsd.opts.mk97 .if ${MACHINE_ARCH} == "armv6" || ${MACHINE_ARCH} == "armv7" \
98 || ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "powerpc" \
99 || ${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 DMakefile17 NEWVERSWHAT= "kboot loader" ${MACHINE_ARCH}
51 .PATH: ${.CURDIR}/arch/${MACHINE_ARCH}
52 .include "${.CURDIR}/arch/${MACHINE_ARCH}/Makefile.inc"
55 LDFLAGS= -nostdlib -static -T ${.CURDIR}/arch/${MACHINE_ARCH}/${MACHINE_ARCH}.ldscript
59 CFLAGS+= -I${.CURDIR} -I${.CURDIR}/arch/${MACHINE_ARCH}
/freebsd/contrib/bmake/mk/sys/
H A DGeneric.mk19 MACHINE_ARCH.${MACHINE} ?= ${MACHINE}
20 .if empty(MACHINE_ARCH)
21 MACHINE_ARCH = ${MACHINE_ARCH.${MACHINE}}
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"
/freebsd/sys/powerpc/include/
H A Dparam.h55 #ifndef MACHINE_ARCH
58 #define MACHINE_ARCH "powerpc64le" macro
60 #define MACHINE_ARCH "powerpc64" macro
64 #define MACHINE_ARCH "powerpcspe" macro
66 #define MACHINE_ARCH "powerpc" macro
/freebsd/tests/sys/kern/
H A DMakefile12 .if ${MACHINE_ARCH} != "i386" && ${MACHINE_ARCH} != "powerpc" && \
13 ${MACHINE_ARCH} != "powerpcspe"
39 .if ${MACHINE_ARCH} != "i386" && ${MACHINE_ARCH:Mpowerpc*} == ""
106 .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
/freebsd/sys/modules/zfs/
H A DMakefile42 .if ${MACHINE_ARCH} == "amd64"
47 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "powerpc" || \
48 ${MACHINE_ARCH} == "powerpcspe" || ${MACHINE_ARCH} == "arm"
68 .if ${MACHINE_ARCH} == "aarch64"
80 .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
93 .if ${MACHINE_ARCH} == "armv7"
105 .if ${MACHINE_ARCH} == "powerpc64" || ${MACHINE_ARCH} == "powerpc64le"
113 .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
174 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "powerpc" || \
175 ${MACHINE_ARCH} == "powerpcspe" || ${MACHINE_ARCH} == "arm"
[all …]
/freebsd/stand/powerpc/ofw/
H A DMakefile15 NEWVERSWHAT= "Open Firmware loader" ${MACHINE_ARCH}
27 .if ${MACHINE_ARCH:Mpowerpc64*} != ""
32 .if ${MACHINE_ARCH} == "powerpc64le"
50 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/stand/
H A Ddefs.mk81 .if ${MACHINE_ARCH} == "amd64" && ${DO32:U0} == 1
90 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
125 .if ${MACHINE_ARCH} == "powerpc64"
127 .elif ${MACHINE_ARCH} == "powerpc64le"
134 .if ${MACHINE_ARCH} == "amd64" && ${DO32:U0} == 1
155 .if ${MACHINE_ARCH} == "powerpcspe"
/freebsd/secure/lib/libcrypto/
H A DMakefile.common14 .elif ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "powerpc64" || \
15 ${MACHINE_ARCH} == "powerpc64le"
16 ASM_${MACHINE_ARCH}=
20 .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 DMakefile43 (${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386")
45 ${SYSDIR}/${MACHINE_ARCH}/${MACHINE_ARCH}/bpf_jit_machdep.c
/freebsd/sys/arm/include/
H A Dparam.h57 #ifndef MACHINE_ARCH
59 #define MACHINE_ARCH "armv7" macro
61 #define MACHINE_ARCH "armv6" macro
/freebsd/usr.sbin/ntp/libntpevent/
H A DMakefile20 .if ${MACHINE_ARCH} == "i386"
22 .elif ${MACHINE_ARCH} == "amd64"
24 .elif ${MACHINE_ARCH} == "powerpc64"
/freebsd/tests/sys/compat32/
H A DMakefile2 .if exists(${.CURDIR}/${MACHINE_ARCH})
3 SUBDIR+= ${MACHINE_ARCH}
/freebsd/sys/modules/pwm/
H A DMakefile8 .if ${MACHINE_ARCH} == "armv7" || ${MACHINE_ARCH} == "aarch64"

1234567