Searched refs:MACHINE (Results 51 - 75 of 126) sorted by relevance

123456

/freebsd-13-stable/sys/
H A DMakefile13 CSCOPE_ARCHDIR = ${MACHINE}
14 .if ${MACHINE} != ${MACHINE_CPUARCH}
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_misc.c43 .machine = MACHINE
/freebsd-13-stable/sys/modules/agp/
H A DMakefile11 .if ${MACHINE} == "i386"
/freebsd-13-stable/sys/modules/cloudabi64/
H A DMakefile7 .PATH: ${SYSDIR}/${MACHINE}/cloudabi64
/freebsd-13-stable/sys/conf/
H A Dconfig.mk13 .if ${MACHINE} != "mips"
59 ${KERN_OPTS.${MACHINE}} ${KERN_OPTS_EXTRA}
H A Ddtb.build.mk35 .PATH.dts: ${SYSDIR}/contrib/device-tree/src/${MACHINE} ${SYSDIR}/dts/${MACHINE}
36 .PATH.dtso: ${SYSDIR}/dts/${MACHINE}/overlays
/freebsd-13-stable/contrib/bmake/mk/
H A Ddirdeps.mk31 # Otherwise the recommendation is to use Makefile.depend.${MACHINE}
43 # machines "host" or "common" regardless of current ${MACHINE}.
70 # The default value is just MACHINE, and for most environments
72 # both MACHINE and TARGET_SPEC to the suffix of the current
75 # If more than MACHINE is needed then sys.mk needs to decompose
77 # It is important that MACHINE be included in and actually be
80 # below relies on MACHINE being the first entry.
86 # # Always list MACHINE first,
88 # TARGET_SPEC_VARS = MACHINE TARGET_OS
91 # MACHINE
[all...]
H A Dcompiler.mk19 .if ${MACHINE} == "common"
H A Dhost-target.mk18 # for NetBSD prefer $MACHINE (amd64 rather than x86_64)
H A Dgendirdeps.mk39 # _objroot is realpath of ${_OBJTOP} without ${MACHINE}
136 .if ${TARGET_OBJ_SPEC:U${MACHINE}} != ${MACHINE}
152 .if ${.MAKE.DEPENDFILE_PREFERENCE:U${.MAKE.DEPENDFILE}:M*.${MACHINE}} == ""
156 META2DEPS_ARGS += MACHINE=none
166 -e 's,\.${MACHINE}$$,,' \
167 -e 's:\.${TARGET_SPEC:U${MACHINE}}$$::'
196 ${META2DEPS_CMD} MACHINE=${MACHINE} \
267 qualdir_list := ${qualdir_list:N*.${MACHINE}
[all...]
/freebsd-13-stable/share/mk/
H A Ddirdeps.mk32 # Otherwise the recommendation is to use Makefile.depend.${MACHINE}
44 # machines "host" or "common" regardless of current ${MACHINE}.
71 # The default value is just MACHINE, and for most environments
73 # both MACHINE and TARGET_SPEC to the suffix of the current
76 # If more than MACHINE is needed then sys.mk needs to decompose
78 # It is important that MACHINE be included in and actually be
81 # below relies on MACHINE being the first entry.
87 # # Always list MACHINE first,
89 # TARGET_SPEC_VARS = MACHINE TARGET_OS
92 # MACHINE
[all...]
H A Dhost-target.mk19 # for NetBSD prefer $MACHINE (amd64 rather than x86_64)
H A Dgendirdeps.mk40 # _objroot is realpath of ${_OBJTOP} without ${MACHINE}
137 .if ${TARGET_OBJ_SPEC:U${MACHINE}} != ${MACHINE}
153 .if ${.MAKE.DEPENDFILE_PREFERENCE:U${.MAKE.DEPENDFILE}:M*.${MACHINE}} == ""
157 META2DEPS_ARGS += MACHINE=none
167 -e 's,\.${MACHINE}$$,,' \
168 -e 's:\.${TARGET_SPEC:U${MACHINE}}$$::'
197 ${META2DEPS_CMD} MACHINE=${MACHINE} \
268 qualdir_list := ${qualdir_list:N*.${MACHINE}
[all...]
/freebsd-13-stable/contrib/bmake/mk/sys/
H A DGeneric.mk21 MACHINE_ARCH.${MACHINE} ?= ${MACHINE}
23 MACHINE_ARCH = ${MACHINE_ARCH.${MACHINE}}
H A DNetBSD.mk41 MACHINE_ARCH.${MACHINE} ?= ${MACHINE}
43 MACHINE_ARCH ?= ${MACHINE_ARCH.${MACHINE}}
H A DOpenBSD.mk13 MACHINE_ARCH.${MACHINE} ?= ${MACHINE}
15 MACHINE_ARCH ?= ${MACHINE_ARCH.${MACHINE}}
/freebsd-13-stable/release/
H A Drc.local11 MACHINE=`uname -m`
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dopt-debug-graph1.exp38 MACHINE = <details omitted>
H A Dopt-debug-graph2.exp72 MACHINE = <details omitted>
H A Dopt-debug-graph3.exp72 MACHINE = <details omitted>
H A Dsuff-transform-debug.exp29 MACHINE = <details omitted>
/freebsd-13-stable/sys/modules/linux64/
H A DMakefile3 .PATH: ${SRCTOP}/sys/compat/linux ${SRCTOP}/sys/${MACHINE}/linux
38 -Wl,-T${SRCTOP}/sys/${MACHINE}/linux/${VDSO}.lds.s \
/freebsd-13-stable/stand/
H A Dloader.mk17 .if ${MACHINE} == "i386" || ${MACHINE_CPUARCH} == "amd64"
38 .elif ${MACHINE} == "mips"
162 .if ${MACHINE} == "i386"
169 .if ${MACHINE} == "i386"
H A Ddefs.mk27 EFIINCMD= ${EFIINC}/${MACHINE}
53 .if ${MACHINE} == "i386"
204 .if ${MACHINE} != ${MACHINE_CPUARCH} && ${MACHINE} != "arm64"
230 path=${SYSDIR}/${MACHINE}/include ; \
232 path=${SYSDIR}/${MACHINE:C/amd64/i386/}/include ; \
/freebsd-13-stable/sys/modules/cloudabi32/
H A DMakefile7 .PATH: ${SYSDIR}/${MACHINE}/cloudabi32

Completed in 179 milliseconds

123456