Searched refs:MACHINE_ARCH (Results 1 - 25 of 146) sorted by relevance

123456

/freebsd-current/usr.sbin/
H A DMakefile.powerpc2 .if ${MACHINE_ARCH} != "powerpcspe"
/freebsd-current/tests/sys/compat32/
H A DMakefile2 .if exists(${.CURDIR}/${MACHINE_ARCH})
3 SUBDIR+= ${MACHINE_ARCH}
/freebsd-current/contrib/bmake/
H A Dmachine.sh29 MACHINE_ARCH=`bootinfo -T`
32 MACHINE_ARCH=$MACHINE;
35 MACHINE_ARCH=`IFS="/-."; set $MACHINE; echo $1`
41 arch*) echo $MACHINE_ARCH;;
45 *) echo $MACHINE_ARCH;;
H A Dos.sh7 # to set the variables OS, OSREL, OSMAJOR, MACHINE and MACHINE_ARCH to
42 MACHINE_ARCH=`uname -p 2>/dev/null || echo $MACHINE`
48 *[!A-Za-z0-9_-]*) MACHINE="$MACHINE_ARCH";;
50 case "$MACHINE_ARCH" in
51 unknown|*[!A-Za-z0-9_-]*) MACHINE_ARCH="$MACHINE";;
116 MACHINE_ARCH=`arch`
117 MACHINE=$MACHINE_ARCH
120 MACHINE_ARCH=`arch`
135 case "$OS/$MACHINE_ARCH" in
136 *sun386) SHARE_ARCH=$MACHINE_ARCH;;
[all...]
/freebsd-current/sys/modules/pwm/
H A DMakefile8 .if ${MACHINE_ARCH} == "armv7" || ${MACHINE_ARCH} == "aarch64"
/freebsd-current/tools/tools/gdb_regofs/
H A DMakefile2 SRCS=${MACHINE_ARCH}.c
/freebsd-current/stand/kboot/libkboot/
H A DMakefile6 .PATH: ${.CURDIR}/arch/${MACHINE_ARCH}
7 CFLAGS+=-I${.CURDIR} -I${.CURDIR}/arch/${MACHINE_ARCH}
14 .sinclude "${.CURDIR}/arch/${MACHINE_ARCH}/Makefile.inc"
/freebsd-current/lib/csu/tests/
H A DMakefile.tests8 .if exists(${.CURDIR:H:H}/${MACHINE_ARCH})
9 CFLAGS+= -I${.CURDIR:H:H}/${MACHINE_ARCH}
/freebsd-current/sys/modules/bios/
H A DMakefile5 .if ${MACHINE_ARCH} == "i386"
/freebsd-current/tools/regression/tls/
H A DMakefile4 .if ${MACHINE_ARCH} == "i386"
/freebsd-current/lib/csu/
H A DMakefile4 .if exists(${.CURDIR}/${MACHINE_ARCH:S/powerpc64le/powerpc64/})
5 SUBDIR+= ${MACHINE_ARCH:S/powerpc64le/powerpc64/}
/freebsd-current/sys/modules/i2c/controllers/
H A DMakefile4 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
/freebsd-current/tools/tools/ncpus/
H A DMakefile5 .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
/freebsd-current/usr.bin/gcore/
H A DMakefile6 .if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_ARCH} == "amd64" || \
7 ${MACHINE_ARCH} == "powerpc64"
/freebsd-current/contrib/bmake/mk/sys/
H A DGeneric.mk19 MACHINE_ARCH.${MACHINE} ?= ${MACHINE}
20 .if empty(MACHINE_ARCH)
21 MACHINE_ARCH = ${MACHINE_ARCH.${MACHINE}} macro
/freebsd-current/sys/modules/dtb/nvidia/
H A DMakefile2 .if ${MACHINE_ARCH} == "armv7"
5 .elif ${MACHINE_ARCH} == "aarch64"
/freebsd-current/share/mk/
H A Dbsd.endian.mk4 ${MACHINE_ARCH} == "amd64" || \
5 ${MACHINE_ARCH} == "i386" || \
6 ${MACHINE_ARCH} == "powerpc64le" || \
11 .elif ${MACHINE_ARCH} == "powerpc" || \
12 ${MACHINE_ARCH} == "powerpc64" || \
13 ${MACHINE_ARCH} == "powerpcspe"
H A Dlocal.sys.machine.mk19 MACHINE_ARCH.$m?= ${MACHINE_ARCH_$m}
22 .if empty(MACHINE_ARCH)
23 MACHINE_ARCH:= ${MACHINE_ARCH_${MACHINE}} macro
/freebsd-current/sys/modules/cardbus/
H A DMakefile8 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
/freebsd-current/sys/modules/cbb/
H A DMakefile8 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
/freebsd-current/stand/kboot/
H A DMakefile.inc4 CFLAGS+=-I${KBOOTSRC}/include -I${KBOOTSRC}/include/arch/${MACHINE_ARCH}
/freebsd-current/sys/modules/dtb/mv/
H A DMakefile3 .if ${MACHINE_ARCH} == "armv7"
7 .elif ${MACHINE_ARCH} == "aarch64"
/freebsd-current/sys/modules/mrsas/
H A DMakefile6 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
17 .if ${MACHINE_ARCH} == "amd64"
/freebsd-current/stand/kboot/kboot/
H A DMakefile17 NEWVERSWHAT= "kboot loader" ${MACHINE_ARCH}
48 # Note: Since we're producing a userland binary, we key off of MACHINE_ARCH
50 # of MACHINE_ARCH are large enough in Linux that it's easier that way.
51 .PATH: ${.CURDIR}/arch/${MACHINE_ARCH}
52 .include "${.CURDIR}/arch/${MACHINE_ARCH}/Makefile.inc"
55 LDFLAGS= -nostdlib -static -T ${.CURDIR}/arch/${MACHINE_ARCH}/${MACHINE_ARCH}.ldscript
59 CFLAGS+= -I${.CURDIR} -I${.CURDIR}/arch/${MACHINE_ARCH}
/freebsd-current/cddl/usr.sbin/
H A DMakefile17 .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"

Completed in 324 milliseconds

123456