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

1234567

/freebsd-11.0-release/contrib/binutils/ld/emulparams/
H A Delf64_sparc.sh8 MACHINE=
H A Delf64ppc.sh13 MACHINE=
H A Delf_x86_64.sh9 MACHINE=
/freebsd-11.0-release/contrib/bmake/mk/
H A Dsubdir.mk29 if Exists ${.CURDIR}/$${entry}.${MACHINE}/[mM]akefile; then \
30 _newdir_="$${entry}.${MACHINE}"; \
48 @set -e; if test -d ${.CURDIR}/${.TARGET}.${MACHINE}; then \
49 _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}
/freebsd-11.0-release/sys/i386/include/
H A Dparam.h51 #ifndef MACHINE
52 #define MACHINE "i386" macro
/freebsd-11.0-release/lib/libsysdecode/
H A DMakefile39 env MACHINE=${MACHINE} CPP="${CPP}" \
/freebsd-11.0-release/sys/arm64/include/
H A Dparam.h47 #ifndef MACHINE
48 #define MACHINE "arm64" macro
/freebsd-11.0-release/sys/boot/efi/loader/
H A DMakefile41 .PATH: ${.CURDIR}/arch/${MACHINE}
44 .include "${.CURDIR}/arch/${MACHINE}/Makefile.inc"
47 CFLAGS+= -I${.CURDIR}/arch/${MACHINE}
49 CFLAGS+= -I${.CURDIR}/../include/${MACHINE}
98 LDSCRIPT= ${.CURDIR}/arch/${MACHINE}/ldscript.${MACHINE}
103 NEWVERSWHAT= "EFI loader" ${MACHINE}
142 ln -sf ${.CURDIR}/../../../${MACHINE}/include machine
/freebsd-11.0-release/sys/arm/include/
H A Dparam.h67 #ifndef MACHINE
68 #define MACHINE "arm" macro
/freebsd-11.0-release/sys/powerpc/include/
H A Dparam.h53 #ifndef MACHINE
54 #define MACHINE "powerpc" macro
/freebsd-11.0-release/sys/sparc64/include/
H A Dparam.h44 #ifndef MACHINE
45 #define MACHINE "sparc64" macro
/freebsd-11.0-release/sys/modules/ed/
H A DMakefile8 .if ${MACHINE} == "pc98"
/freebsd-11.0-release/sys/modules/sound/driver/
H A DMakefile25 .if ${MACHINE} == "sparc64"
/freebsd-11.0-release/release/
H A Drc.local11 MACHINE=`uname -m`
19 if [ ${MACHINE} = "pc98" ]; then
/freebsd-11.0-release/sys/boot/efi/libefi/
H A DMakefile30 CFLAGS+= -I${.CURDIR}/../include/${MACHINE}
/freebsd-11.0-release/share/mk/
H A Dlocal.init.mk14 .if ${MK_SYSROOT} == "yes" && !empty(SYSROOT) && ${MACHINE} != "host"
27 .if ${MACHINE} == "host"
H A Dlocal.gendirdeps.mk39 .if ${MACHINE} != "host"
46 GENDIRDEPS_FILTER+= ${GENDIRDEPS_FILTER.${MACHINE}:U}
59 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.0-release/sys/mips/include/
H A Dparam.h56 #ifndef MACHINE
57 #define MACHINE "mips" macro
/freebsd-11.0-release/sys/amd64/include/
H A Dparam.h56 #ifndef MACHINE
57 #define MACHINE "amd64" macro
/freebsd-11.0-release/sys/boot/common/
H A DMakefile.inc7 .if ${MACHINE} == "i386" || ${MACHINE_CPUARCH} == "amd64"
10 .elif ${MACHINE} == "pc98"
23 .elif ${MACHINE} == "mips"
/freebsd-11.0-release/sys/
H A DMakefile13 CSCOPE_ARCHDIR = ${MACHINE}
14 .if ${MACHINE} != ${MACHINE_CPUARCH}
/freebsd-11.0-release/sys/modules/agp/
H A DMakefile11 .if ${MACHINE} == "i386"
/freebsd-11.0-release/lib/libthr/tests/
H A DMakefile26 .if ${MACHINE} != "arm64" # ARM64TODO: Missing makecontext

Completed in 187 milliseconds

1234567