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

1234567

/freebsd-11-stable/stand/
H A DMakefile28 .if exists(${.CURDIR}/${MACHINE}/.)
29 S.yes+= ${MACHINE}
/freebsd-11-stable/tools/regression/security/cap_test/
H A DMakefile23 CFLAGS+= -DMACHINE=\"${MACHINE}\" -I${OBJKERN} -I${SRCROOT}/sys
/freebsd-11-stable/sys/modules/esp/
H A DMakefile9 .if ${MACHINE} == "sparc64"
/freebsd-11-stable/sys/modules/fe/
H A DMakefile8 .if ${MACHINE} == "pc98"
/freebsd-11-stable/sys/modules/hme/
H A DMakefile9 .if ${MACHINE} == "sparc64"
/freebsd-11-stable/sys/modules/gem/
H A DMakefile9 .if ${MACHINE} == "sparc64"
/freebsd-11-stable/sys/modules/uart/
H A DMakefile24 .if ${MACHINE} == "i386" || ${MACHINE} == "amd64"
27 _uart_cpu=uart_cpu_${MACHINE}.c
/freebsd-11-stable/contrib/bmake/
H A Dos.sh7 # to set the variables OS, OSREL, OSMAJOR, MACHINE and MACHINE_ARCH to
41 MACHINE=`uname -m`
42 MACHINE_ARCH=`uname -p 2>/dev/null || echo $MACHINE`
47 unknown|*[!A-Za-z0-9_-]*) MACHINE_ARCH="$MACHINE";;
105 MACHINE=$MACHINE_ARCH
142 HOST_ARCH=$MACHINE
169 MACHINE=i386
180 case $MACHINE in
188 case $MACHINE in
193 case $MACHINE i
[all...]
/freebsd-11-stable/stand/efi/loader/
H A DMakefile47 .PATH: ${.CURDIR}/../loader/arch/${MACHINE}
50 .include "${.CURDIR}/../loader/arch/${MACHINE}/Makefile.inc"
53 CFLAGS+= -I${.CURDIR}/arch/${MACHINE}
55 CFLAGS+= -I${EFISRC}/include/${MACHINE}
84 NEWVERSWHAT= "EFI loader" ${MACHINE}
97 LDSCRIPT= ${.CURDIR}/../loader/arch/${MACHINE}/ldscript.${MACHINE}
/freebsd-11-stable/share/mk/
H A Dlocal.meta.sys.mk70 MACHINE_ARCH= ${MACHINE_ARCH.${MACHINE}}
73 MACHINE_ARCH?= ${MACHINE_ARCH.${MACHINE}}
77 MACHINE_ARCH:= ${MACHINE_ARCH.${MACHINE}}
81 # build for multiple MACHINE_ARCH per MACHINE
82 # we need more than MACHINE in TARGET_SPEC
83 TARGET_SPEC_VARS= MACHINE MACHINE_ARCH
87 MACHINE := ${_tspec:[1]} macro
91 # and deal with MACHINE=${TARGET_SPEC} in the environment.
118 .if ${OBJTOP} == ${HOST_OBJTOP} || ${REQUESTED_MACHINE:U${MACHINE}} == "host"
119 MACHINE macro
[all...]
H A Dmeta2deps.sh157 -m) MACHINE=$2; shift 2;;
170 case "$MACHINE" in
176 case "$MACHINE,/$o/" in
178 *$MACHINE*|*${TARGET_SPEC:-$MACHINE}*) ;;
181 for x in $_ht $TARGET_SPEC $MACHINE
198 OBJTOP=$o${TARGET_SPEC:-$MACHINE}
380 # We strip .$MACHINE though
382 sed "s,^# ,,;s,^,$OBJTOP/,;s,\.${TARGET_SPEC:-$MACHINE}\$,,;s,\.$MACHINE\
[all...]
/freebsd-11-stable/targets/
H A DMakefile.xtras21 MAKE_MACHINE_CMD= env MACHINE=<machine> ${.MAKE:T}
36 BUILD_TARGETS_${MACHINE:tu} != cd ${_here} && \
68 @echo "ERROR: '${_TARGETS}' is not a valid target for ${MACHINE}."
/freebsd-11-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_misc.c41 .machine = MACHINE
/freebsd-11-stable/targets/pseudo/kernel/
H A DMakefile6 TARGET?= ${MACHINE}
/freebsd-11-stable/contrib/bmake/mk/
H A Dsys.clean-env.mk42 MACHINE \
98 _objtop := ${OBJTOP:U${_objroot}${MACHINE}}
99 # Take care of ${MACHINE}
100 .if ${MACHINE:Nhost*} == "" || ${OBJTOP} == ${HOST_OBJTOP:Uno}
101 OBJTOP = ${_objtop:S,${HOST_TARGET}$,\${MACHINE},}
103 OBJTOP = ${_objtop:S,${MACHINE}$,\${MACHINE},}
122 OBJTOP = ${OBJROOT}${MACHINE}
H A Dmeta2deps.sh156 -m) MACHINE=$2; shift 2;;
169 case "$MACHINE" in
175 case "$MACHINE,/$o/" in
177 *$MACHINE*|*${TARGET_SPEC:-$MACHINE}*) ;;
180 for x in $_ht $TARGET_SPEC $MACHINE
197 OBJTOP=$o${TARGET_SPEC:-$MACHINE}
381 # We strip .$MACHINE though
383 sed "s,^# ,,;s,^,$OBJTOP/,;s,\.${TARGET_SPEC:-$MACHINE}\$,,;s,\.$MACHINE\
[all...]
/freebsd-11-stable/sys/modules/isp/
H A DMakefile10 .if ${MACHINE} == sparc64
/freebsd-11-stable/sys/modules/scc/
H A DMakefile5 .if ${MACHINE} == "sparc64"
/freebsd-11-stable/sys/modules/aic/
H A DMakefile10 .if ${MACHINE} == "pc98"
/freebsd-11-stable/sys/modules/ppc/
H A DMakefile14 .if ${MACHINE} != "pc98"
/freebsd-11-stable/sys/modules/drm2/
H A DMakefile15 . if ${MACHINE} != "pc98"
/freebsd-11-stable/contrib/binutils/ld/emulparams/
H A Delf32bmip.sh59 MACHINE=
H A Delf32ppccommon.sh12 MACHINE=
H A Delf64_ia64.sh8 MACHINE=
H A Delf64_s390.sh9 MACHINE=

Completed in 292 milliseconds

1234567