Searched refs:MACHINE_ARCH (Results 51 - 75 of 155) sorted by relevance

1234567

/freebsd-13-stable/sys/arm64/include/
H A Dparam.h50 #ifndef MACHINE_ARCH
51 #define MACHINE_ARCH "aarch64" macro
/freebsd-13-stable/stand/
H A Dficl.mk7 .elif ${MACHINE_ARCH:Mmips64*} != ""
/freebsd-13-stable/stand/powerpc/ofw/
H A DMakefile16 NEWVERSWHAT= "Open Firmware loader" ${MACHINE_ARCH}
31 .if ${MACHINE_ARCH} == "powerpc64"
/freebsd-13-stable/lib/libpmc/
H A DMakefile11 .if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_ARCH} == "amd64" || \
12 ${MACHINE_ARCH} == "i386"
16 .elif ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
18 .elif ${MACHINE_ARCH} == "powerpc"
/freebsd-13-stable/lib/libclang_rt/
H A Dcompiler-rt-vars.mk7 .if ${MACHINE_ARCH:Marmv[67]*} != "" && \
11 CRTARCH?= ${MACHINE_ARCH:S/amd64/x86_64/:C/hf$//:S/mipsn32/mips64/}
/freebsd-13-stable/sys/modules/ipmi/
H A DMakefile26 .elif ${MACHINE_ARCH:Mpowerpc64*} != ""
/freebsd-13-stable/stand/powerpc/uboot/
H A DMakefile16 NEWVERSWHAT= "U-Boot loader" ${MACHINE_ARCH}
/freebsd-13-stable/lib/csu/arm/
H A Dcrt1_s.S76 3: .asciz MACHINE_ARCH
/freebsd-13-stable/lib/libz/
H A DMakefile44 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
/freebsd-13-stable/sys/mips/include/
H A Dparam.h81 #ifndef MACHINE_ARCH
82 # define MACHINE_ARCH "mips" _N64_SUFFIX _EL_SUFFIX _HF_SUFFIX macro
/freebsd-13-stable/stand/mips/uboot/
H A DMakefile17 NEWVERSWHAT= "U-Boot loader" ${MACHINE_ARCH}
22 .if ${MACHINE_ARCH:Mmips64*}
/freebsd-13-stable/sys/amd64/include/
H A Dparam.h59 #ifndef MACHINE_ARCH
60 #define MACHINE_ARCH "amd64" macro
/freebsd-13-stable/sys/conf/
H A DMakefile.mips44 .if ${MACHINE_ARCH:Mmips64*} != "" || ${MACHINE_ARCH:Mmipsn32*} != ""
60 .if ${MACHINE_ARCH:Mmips64*} != ""
/freebsd-13-stable/contrib/bmake/mk/sys/
H A DGeneric.mk21 MACHINE_ARCH.${MACHINE} ?= ${MACHINE}
22 .if empty(MACHINE_ARCH)
23 MACHINE_ARCH = ${MACHINE_ARCH.${MACHINE}} macro
34 .if ${MACHINE_ARCH} == "sparc64"
/freebsd-13-stable/contrib/bmake/mk/
H A Dsys.mk107 MACHINE_ARCH.host ?= ${_HOST_ARCH}
108 MACHINE_ARCH.${MACHINE} ?= ${MACHINE}
109 .if empty(MACHINE_ARCH)
110 MACHINE_ARCH = ${MACHINE_ARCH.${MACHINE}} macro
/freebsd-13-stable/cddl/lib/libzpool/
H A DMakefile19 .if exists(${SRCTOP}/sys/cddl/contrib/opensolaris/common/atomic/${MACHINE_ARCH}/opensolaris_atomic.S)
20 .PATH: ${SRCTOP}/sys/cddl/contrib/opensolaris/common/atomic/${MACHINE_ARCH}
28 .if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "powerpcspe"
180 .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
187 .if ${MACHINE_ARCH} == "amd64"
/freebsd-13-stable/sys/modules/
H A DMakefile411 .if (${MACHINE_CPUARCH} != "arm" || ${MACHINE_ARCH:Marmv[67]*} != "") && \
565 ${MACHINE_ARCH} != "powerpc" && ${MACHINE_ARCH} != "powerpcspe" && \
570 .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "arm64"
578 .if ${MACHINE_ARCH} != "powerpc" && ${MACHINE_ARCH} != "powerpcspe" && \
592 .if (${MACHINE_CPUARCH} == "mips" && ${MACHINE_ARCH:Mmips64} == "")
779 .if ${MACHINE_ARCH} == "armv7"
799 .if ${MACHINE_ARCH
[all...]
/freebsd-13-stable/share/mk/
H A Dbsd.cpu.mk125 . elif ${MACHINE_ARCH} == "powerpc"
131 . elif ${MACHINE_ARCH:Mpowerpc64*} != ""
284 . elif ${MACHINE_ARCH} == "powerpc"
299 . if ${MACHINE_ARCH:Mmips*el*} != ""
304 . if ${MACHINE_ARCH:Mmips64*} != ""
306 . elif ${MACHINE_ARCH:Mmipsn32*} != ""
311 . if ${MACHINE_ARCH:Mmips*hf}
321 . if ${MACHINE_ARCH:Marmv6*} != ""
324 . if ${MACHINE_ARCH:Marmv7*} != ""
330 . if ${MACHINE_ARCH
[all...]
/freebsd-13-stable/cddl/lib/libzfs/
H A DMakefile75 .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
80 .if ${MACHINE_ARCH} == "amd64"
/freebsd-13-stable/lib/clang/
H A Dllvm.build.mk29 TARGET_ARCH?= ${MACHINE_ARCH}
30 BUILD_ARCH?= ${MACHINE_ARCH}
110 .if ${MACHINE_ARCH:Mmips64}
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dcond1.mk68 .if ${MACHINE_ARCH} == no-such
71 .if ${MACHINE_ARCH} == not-this
72 .if ${MACHINE_ARCH} == something-else
/freebsd-13-stable/libexec/rtld-elf/
H A DMakefile35 .if exists(${RTLD_ELF_DIR}/${MACHINE_ARCH:S/powerpc64le/powerpc64/})
36 RTLD_ARCH= ${MACHINE_ARCH:S/powerpc64le/powerpc64/}
/freebsd-13-stable/tests/sys/kern/
H A DMakefile64 .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
/freebsd-13-stable/lib/csu/
H A DMakefile.inc40 .if ${MACHINE_ARCH} == "i386"
55 .if ${MACHINE_ARCH} == "i386"
/freebsd-13-stable/libexec/rtld-elf/rtld-libc/
H A DMakefile.inc8 .if exists(${LIBC_SRCTOP}/${MACHINE_ARCH:S/powerpc64le/powerpc64/})
9 LIBC_ARCH=${MACHINE_ARCH:S/powerpc64le/powerpc64/}

Completed in 217 milliseconds

1234567