Searched refs:MACHINE_ARCH (Results 26 - 50 of 144) sorted by relevance

123456

/freebsd-11-stable/usr.sbin/kldxref/
H A DMakefile9 .if exists(ef_${MACHINE_CPUARCH}.c) && ${MACHINE_ARCH} != "powerpc64"
/freebsd-11-stable/sys/modules/cas/
H A DMakefile8 .if ${MACHINE_CPUARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc64"
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_isnan.c26 atf_tc_skip("Test not applicable on " MACHINE_ARCH);
47 atf_tc_skip("Test not applicable on " MACHINE_ARCH);
/freebsd-11-stable/lib/msun/arm/
H A DMakefile.inc6 .if ${MACHINE_ARCH:Marmv6*} && defined(CPUTYPE) && ${CPUTYPE:M*soft*} != ""
/freebsd-11-stable/sys/riscv/include/
H A Dparam.h48 #ifndef MACHINE_ARCH
49 #define MACHINE_ARCH "riscv64" macro
/freebsd-11-stable/sys/conf/
H A DMakefile.pc9832 LDSCRIPT_NAME?= ldscript.${MACHINE_ARCH}
H A DMakefile.powerpc32 LDSCRIPT_NAME?= ldscript.${MACHINE_ARCH}
/freebsd-11-stable/cddl/usr.sbin/
H A DMakefile28 .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
/freebsd-11-stable/tools/regression/bpf/bpf_filter/
H A DMakefile42 (${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386")
44 ${SYSDIR}/${MACHINE_ARCH}/${MACHINE_ARCH}/bpf_jit_machdep.c
/freebsd-11-stable/sys/modules/x86bios/
H A DMakefile10 .if ${MACHINE_ARCH} != "i386"
/freebsd-11-stable/sys/powerpc/include/
H A Dparam.h56 #ifndef MACHINE_ARCH
58 #define MACHINE_ARCH "powerpc64" macro
60 #define MACHINE_ARCH "powerpc" macro
/freebsd-11-stable/lib/csu/arm/
H A Dcrt1.c119 char desc[sizeof(MACHINE_ARCH)];
122 .descsz = sizeof(MACHINE_ARCH),
125 .desc = MACHINE_ARCH
/freebsd-11-stable/contrib/bmake/mk/sys/
H A DOpenBSD.mk13 MACHINE_ARCH.${MACHINE} ?= ${MACHINE}
14 .if empty(MACHINE_ARCH)
15 MACHINE_ARCH = ${MACHINE_ARCH.${MACHINE}} macro
24 .if ${MACHINE_ARCH} == "sparc64"
33 .if ${MACHINE_ARCH} == "alpha" || \
34 ${MACHINE_ARCH} == "i386" || \
35 ${MACHINE_ARCH} == "m68k" || \
36 ${MACHINE_ARCH} == "sparc" || \
37 ${MACHINE_ARCH}
[all...]
H A DNetBSD.mk41 MACHINE_ARCH.${MACHINE} ?= ${MACHINE}
42 .if empty(MACHINE_ARCH)
43 MACHINE_ARCH = ${MACHINE_ARCH.${MACHINE}} macro
47 # CPU model, derived from MACHINE_ARCH
49 MACHINE_CPU= ${MACHINE_ARCH:C/mipse[bl]/mips/:C/mips64e[bl]/mips/:C/sh3e[bl]/sh3/:S/m68000/m68k/:S/armeb/arm/}
60 .elif ${MACHINE_ARCH} == "x86_64"
62 .elif ${MACHINE_ARCH} == "sparc64"
/freebsd-11-stable/share/mk/
H A Dlocal.meta.sys.mk55 MACHINE_ARCH.host = ${_HOST_ARCH}
61 MACHINE_ARCH.$m?= ${MACHINE_ARCH_LIST.$m:[1]}
66 .if empty(MACHINE_ARCH)
68 MACHINE_ARCH= ${TARGET_ARCH} macro
70 MACHINE_ARCH= ${MACHINE_ARCH.${MACHINE}} macro
73 MACHINE_ARCH?= ${MACHINE_ARCH.${MACHINE}} macro
74 MACHINE_ARCH:= ${MACHINE_ARCH} macro
77 MACHINE_ARCH:= ${MACHINE_ARCH.${MACHINE}} macro
88 MACHINE_ARCH := ${_tspec:[2]} macro
[all...]
/freebsd-11-stable/sys/modules/hpt27xx/
H A DMakefile12 uudecode -p < ${HPT27XX}/$(MACHINE_ARCH)-elf.hpt27xx_lib.o.uu > ${.TARGET}
/freebsd-11-stable/sys/modules/hptnr/
H A DMakefile12 uudecode -p < ${HPTNR}/${MACHINE_ARCH}-elf.hptnr_lib.o.uu > ${.TARGET}
/freebsd-11-stable/sys/arm/include/
H A Dparam.h70 #ifndef MACHINE_ARCH
71 #define MACHINE_ARCH "arm" _V6_SUFFIX _EB_SUFFIX macro
/freebsd-11-stable/sys/arm64/include/
H A Dparam.h50 #ifndef MACHINE_ARCH
51 #define MACHINE_ARCH "aarch64" macro
/freebsd-11-stable/gnu/usr.bin/cc/
H A DMakefile.inc26 .if ${TARGET_ARCH} != ${MACHINE_ARCH}
H A DMakefile.tgt11 TARGET_ARCH?= ${MACHINE_ARCH}
/freebsd-11-stable/sys/sparc64/include/
H A Dparam.h47 #ifndef MACHINE_ARCH
48 #define MACHINE_ARCH "sparc64" macro
/freebsd-11-stable/sys/i386/include/
H A Dparam.h54 #ifndef MACHINE_ARCH
55 #define MACHINE_ARCH "i386" macro
/freebsd-11-stable/lib/libc/arm/gen/
H A DMakefile.inc10 .if ${MACHINE_ARCH:Marmv6*} && (!defined(CPUTYPE) || ${CPUTYPE:M*soft*} == "")
/freebsd-11-stable/usr.sbin/amd/
H A DMakefile.inc32 CFLAGS+= -DHOST_CPU=\"${MACHINE_CPUARCH}\" -DHOST_ARCH=\"${MACHINE_ARCH}\"

Completed in 278 milliseconds

123456