Home
last modified time | relevance | path

Searched refs:MACHINE_ARCH (Results 51 – 75 of 156) sorted by relevance

1234567

/freebsd/sys/arm64/include/
H A Dparam.h51 #ifndef MACHINE_ARCH
52 #define MACHINE_ARCH "aarch64" macro
/freebsd/share/mk/
H A Dlocal.sys.dirdeps.mk54 CSU_DIR.${MACHINE_ARCH} ?= csu/${MACHINE_ARCH}
55 CSU_DIR := ${CSU_DIR.${MACHINE_ARCH}}
H A Dlocal.sys.dirdeps.env.mk5 TARGET_SPEC_VARS?= MACHINE MACHINE_ARCH
42 MACHINE_ARCH= ${MACHINE_ARCH_${MACHINE}}
H A Dlocal.sys.mk30 MACHINE_ARCH \
101 CROSS_TARGET_FLAGS?= -target ${MACHINE_ARCH}-unknown-freebsd${FREEBSD_REVISION}
H A Dsrc.sys.obj.mk41 ${MACHINE} == ${TARGET} && ${MACHINE_ARCH} == ${TARGET_ARCH} && \
91 OBJTOP:= ${OBJROOT}${MACHINE}.${MACHINE_ARCH}
/freebsd/cddl/lib/libzfs/
H A DMakefile72 .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
77 .if ${MACHINE_ARCH} == "amd64"
/freebsd/sys/i386/include/
H A Dparam.h51 #ifndef MACHINE_ARCH
52 #define MACHINE_ARCH "i386" macro
/freebsd/sys/modules/dtb/rockchip/
H A DMakefile3 .if ${MACHINE_ARCH} == "armv7"
7 .elif ${MACHINE_ARCH} == "aarch64"
/freebsd/sys/conf/
H A Dkern.pre.mk266 .if ${MACHINE_ARCH} == "amd64"
271 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "powerpc" || \
272 ${MACHINE_ARCH} == "powerpcspe" || ${MACHINE_ARCH} == "arm"
378 MKMODULESENV+= MACHINE=${MACHINE} MACHINE_ARCH=${MACHINE_ARCH}
/freebsd/cddl/lib/libdtrace/
H A DMakefile90 -I${SRCTOP}/sys/cddl/dev/dtrace/${MACHINE_ARCH} \
109 .PATH: ${SRCTOP}/sys/cddl/dev/dtrace/${MACHINE_ARCH}
128 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
/freebsd/cddl/lib/libicp/
H A DMakefile8 .if ${MACHINE_ARCH} == "amd64"
29 .elif ${MACHINE_ARCH} == "aarch64"
36 .elif ${MACHINE_ARCH} == "powerpc64"
43 .elif ${MACHINE_ARCH} == "powerpc64le"
/freebsd/cddl/lib/libicp_rescue/
H A DMakefile8 .if ${MACHINE_ARCH} == "amd64"
28 .elif ${MACHINE_ARCH} == "aarch64"
35 .elif ${MACHINE_ARCH} == "powerpc64"
42 .elif ${MACHINE_ARCH} == "powerpc64le"
/freebsd/sys/amd64/include/
H A Dparam.h56 #ifndef MACHINE_ARCH
57 #define MACHINE_ARCH "amd64" macro
/freebsd/lib/clang/
H A Dllvm.build.mk36 TARGET_ARCH?= ${MACHINE_ARCH}
37 BUILD_ARCH?= ${MACHINE_ARCH}
/freebsd/lib/libz/
H A DMakefile48 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
/freebsd/lib/libclang_rt/
H A DMakefile71 . if ${MACHINE_ARCH} == "powerpc64"
77 . elif ${MACHINE_ARCH} == "powerpc64le"
/freebsd/contrib/bmake/mk/
H A Dlib.mk72 .if ${MACHINE_ARCH} == "alpha"
79 .elif ${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "mipseb"
90 .elif ${MACHINE_ARCH} == "vax" && ${OBJECT_FMT} == "ELF"
94 .elif (${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64") && \
212 .if ${MACHINE_ARCH} == "i386"
/freebsd/lib/libc/
H A DMakefile15 M=${MACHINE_ARCH:S/powerpc64le/powerpc64/}
85 .if exists(${RTLD_ELF_DIR}/${MACHINE_ARCH:S/powerpc64le/powerpc64/})
86 RTLD_ARCH= ${MACHINE_ARCH:S/powerpc64le/powerpc64/}
/freebsd/usr.bin/man/
H A Dman.sh552 if find_file $p $sect $MACHINE_ARCH "$1"; then
649 MACHINE_ARCH=${mflag%%:*}
652 if [ -z "$MACHINE_ARCH" ]; then
653 MACHINE_ARCH=$($SYSCTL -n hw.machine_arch)
658 decho "Using architecture: $MACHINE_ARCH:$MACHINE"
/freebsd/libexec/rtld-elf/
H A DMakefile47 .if exists(${RTLD_ELF_DIR}/${MACHINE_ARCH:S/powerpc64le/powerpc64/})
48 RTLD_ARCH= ${MACHINE_ARCH:S/powerpc64le/powerpc64/}
/freebsd/usr.sbin/
H A DMakefile.powerpc2 .if ${MACHINE_ARCH} != "powerpcspe"
/freebsd/tools/tools/gdb_regofs/
H A DMakefile2 SRCS=${MACHINE_ARCH}.c
/freebsd/sys/modules/bios/
H A DMakefile5 .if ${MACHINE_ARCH} == "i386"
/freebsd/tools/regression/tls/
H A DMakefile4 .if ${MACHINE_ARCH} == "i386"
/freebsd/stand/kboot/
H A DMakefile.inc4 CFLAGS+=-I${KBOOTSRC}/include -I${KBOOTSRC}/include/arch/${MACHINE_ARCH}

1234567