Searched refs:MACHINE (Results 76 - 100 of 168) sorted by relevance

1234567

/freebsd-11-stable/contrib/binutils/ld/emulparams/
H A Delf64_sparc.sh8 MACHINE=
H A Delf64ppc.sh13 MACHINE=
H A Delf_x86_64.sh9 MACHINE=
/freebsd-11-stable/sys/arm/include/
H A Dparam.h67 #ifndef MACHINE
68 #define MACHINE "arm" macro
/freebsd-11-stable/sys/arm64/include/
H A Dparam.h47 #ifndef MACHINE
48 #define MACHINE "arm64" macro
/freebsd-11-stable/sys/powerpc/include/
H A Dparam.h53 #ifndef MACHINE
54 #define MACHINE "powerpc" macro
/freebsd-11-stable/sys/sparc64/include/
H A Dparam.h44 #ifndef MACHINE
45 #define MACHINE "sparc64" macro
/freebsd-11-stable/sys/i386/include/
H A Dparam.h51 #ifndef MACHINE
52 #define MACHINE "i386" macro
/freebsd-11-stable/contrib/bmake/mk/
H A Dsubdir.mk29 if Exists ${.CURDIR}/$${entry}.${MACHINE}/[mM]akefile; then \
30 _newdir_="$${entry}.${MACHINE}"; \
50 if test -d ${.CURDIR}/${.TARGET}.${MACHINE}; then \
51 _newdir_=${.TARGET}.${MACHINE}; \
H A Dmeta.subdir.mk43 .elif ${.MAKE.DEPENDFILE:E} == ${MACHINE} && defined(ALL_MACHINES)
47 DIRDEPS = ${_subdeps:O:u:${NIgnoreFiles}:@d@${RELDIR}/${d:H}.${d:E}@:S,.${MACHINE}$,,:S,.depend$,,}
51 .if ${.MAKE.DEPENDFILE:E} == ${MACHINE}
H A Dsys.mk52 .for x in ${HOST_OSTYPE} ${HOST_TARGET} ${HOST_OS} ${MACHINE} Generic
107 MACHINE_ARCH.${MACHINE} ?= ${MACHINE}
109 MACHINE_ARCH = ${MACHINE_ARCH.${MACHINE}}
/freebsd-11-stable/usr.bin/bmake/
H A DMakefile.inc34 .if ${MACHINE} != "host"
/freebsd-11-stable/share/mk/
H A Dlocal.init.mk14 .if ${MK_SYSROOT} == "yes" && !empty(SYSROOT) && ${MACHINE} != "host"
27 .if ${MACHINE} == "host"
H A Dlocal.gendirdeps.mk42 .if ${MACHINE} != "host"
49 GENDIRDEPS_FILTER+= ${GENDIRDEPS_FILTER.${MACHINE}:U}
62 MACHINE
H A Dmeta.subdir.mk44 .elif ${.MAKE.DEPENDFILE:E} == ${MACHINE} && defined(ALL_MACHINES)
48 DIRDEPS = ${_subdeps:O:u:${NIgnoreFiles}:@d@${RELDIR}/${d:H}.${d:E}@:S,.${MACHINE}$,,:S,.depend$,,}
52 .if ${.MAKE.DEPENDFILE:E} == ${MACHINE}
/freebsd-11-stable/release/
H A Drc.local11 MACHINE=`uname -m`
19 if [ ${MACHINE} = "pc98" ]; then
/freebsd-11-stable/sys/modules/sound/driver/
H A DMakefile25 .if ${MACHINE} == "sparc64"
/freebsd-11-stable/sys/modules/ed/
H A DMakefile8 .if ${MACHINE} == "pc98"
/freebsd-11-stable/stand/forth/
H A DMakefile38 .if exists(${BOOTSRC}/${MACHINE:C/amd64/i386/}/loader/${f})
39 FILES+= ${BOOTSRC}/${MACHINE:C/amd64/i386/}/loader/${f}
/freebsd-11-stable/stand/efi/boot1/
H A DMakefile49 .PATH: ${EFISRC}/loader/arch/${MACHINE}
57 LDSCRIPT= ${EFISRC}/loader/arch/${MACHINE}/ldscript.${MACHINE}
104 xz -d -c ${BOOTSRC}/efi/boot1/fat-${MACHINE}.tmpl.xz > ${.TARGET}
/freebsd-11-stable/sys/amd64/include/
H A Dparam.h56 #ifndef MACHINE
57 #define MACHINE "amd64" macro
/freebsd-11-stable/sys/mips/include/
H A Dparam.h56 #ifndef MACHINE
57 #define MACHINE "mips" macro
/freebsd-11-stable/stand/
H A Dloader.mk11 .if ${MACHINE} == "i386" || ${MACHINE_CPUARCH} == "amd64"
14 .elif ${MACHINE} == "pc98"
30 .elif ${MACHINE} == "mips"
139 .if ${MACHINE} == "i386"
146 .if ${MACHINE} == "i386"
/freebsd-11-stable/sys/
H A DMakefile13 CSCOPE_ARCHDIR = ${MACHINE}
14 .if ${MACHINE} != ${MACHINE_CPUARCH}
/freebsd-11-stable/usr.bin/clang/
H A Dllvm.prog.mk10 .if (defined(TOOLS_PREFIX) || ${MACHINE} == "host") && \

Completed in 152 milliseconds

1234567