HomeSort by: relevance | last modified time | path
    Searched refs:MACHINE_ARCH (Results 1 - 25 of 211) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/sys/modules/exec_elf32/
Makefile 8 .if ${MACHINE_ARCH} != "arm" && \
9 ${MACHINE_ARCH} != "armeb" && \
10 ${MACHINE_ARCH} != "m68000" && \
11 ${MACHINE_ARCH} != "m68k" && \
12 ${MACHINE_ARCH} != "m68ksf" && \
13 ${MACHINE_ARCH} != "powerpc" && \
14 ${MACHINE_ARCH} != "powerpc64" && \
15 ${MACHINE_ARCH} != "sh3eb" && \
16 ${MACHINE_ARCH} != "sh3el" && \
17 ${MACHINE_ARCH} != "sparc" &&
    [all...]
  /src/share/mk/
bsd.endian.mk 8 .if (!empty(MACHINE_ARCH:Maarch64*) && empty(MACHINE_ARCH:Maarch64eb)) || \
9 ${MACHINE_ARCH} == "alpha" || \
10 ${MACHINE_ARCH} == "arm" || \
11 (!empty(MACHINE_ARCH:Mearm*) && empty(MACHINE_ARCH:Mearm*eb)) || \
12 ${MACHINE_ARCH} == "i386" || \
13 ${MACHINE_ARCH} == "ia64" || \
14 ${MACHINE_ARCH} == "vax" || \
15 ${MACHINE_ARCH} == "riscv32" ||
    [all...]
  /src/sys/arch/arm/include/
param.h 47 * MACHINE_ARCH may be defined by individual ports as a temporary
51 * If ELF, MACHINE and MACHINE_ARCH are forced to "arm/armeb".
55 # ifndef MACHINE_ARCH /* XXX For now */
59 # define MACHINE_ARCH "earm"
62 # define MACHINE_ARCH "arm"
67 # define MACHINE_ARCH "earmeb"
70 # define MACHINE_ARCH "armeb"
73 # endif /* MACHINE_ARCH */
78 # undef MACHINE_ARCH
86 # define MACHINE_ARCH "earmv7hf
    [all...]
  /src/usr.sbin/mdsetimage/
Makefile 10 .if ${MACHINE_ARCH} == "alpha"
13 .elif ${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "mipseb"
17 .elif ${MACHINE_ARCH} == "powerpc"
19 .elif ${MACHINE_ARCH} == "i386" || \
20 ${MACHINE_ARCH:S/m68ksf/m68k/} == "m68k" || \
21 ${MACHINE_ARCH} == "m68000" || \
22 ${MACHINE_ARCH} == "vax" || \
27 .elif ${MACHINE_ARCH} == "sh3el" || ${MACHINE_ARCH} == "sh3eb
    [all...]
  /src/usr.bin/fdformat/
Makefile 5 .if (${MACHINE_ARCH} == "alpha" || \
7 ${MACHINE_ARCH} == "i386" || \
10 ${MACHINE_ARCH} == "sparc" || \
11 ${MACHINE_ARCH} == "sparc64" || \
12 ${MACHINE_ARCH} == "x86_64")
  /src/distrib/evbmips/cdroms/installcd/
Makefile 2 CDBASE= evbmips-${MACHINE_ARCH}cd # gives ${CDBASE}.iso
  /src/distrib/evbsh3/cdroms/installcd/
Makefile 3 CDBASE= evbsh3-${MACHINE_ARCH}cd # gives ${CDBASE}.iso
  /src/sys/arch/atari/stand/binpatch/
Makefile 19 .if ${MACHINE_ARCH} == "alpha"
26 .elif ${MACHINE_ARCH} == "powerpc"
28 .elif ${MACHINE_ARCH} == "m68k" || \
29 ${MACHINE_ARCH} == "m68000" || \
30 ${MACHINE_ARCH} == "vax" || \
37 .elif ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64" || \
38 ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
  /src/sys/arch/evbsh3/include/
param.h 49 #define MACHINE_ARCH "sh3el"
52 #define MACHINE_ARCH "sh3eb"
  /src/usr.sbin/bad144/
Makefile 4 .if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "i386"
  /src/regress/lib/libc/
Makefile 7 .if exists(arch/${MACHINE_ARCH})
8 SUBDIR+= arch/${MACHINE_ARCH}
  /src/sbin/ldconfig/
Makefile 9 ${MACHINE_ARCH} == "i386" || \
11 ${MACHINE_ARCH} == "sparc" || \
12 ${MACHINE_ARCH} == "vax")
  /src/sys/modules/dtrace/
Makefile 8 .if ${MACHINE_ARCH} == "x86_64" || ${MACHINE_MIPS64}
12 .if ${MACHINE_ARCH} != "aarch64" && ${MACHINE_CPU} != "mips"
16 .if ${MACHINE_ARCH} == "x86_64"
  /src/sys/modules/arch/
archdirs.mk 5 .if ${MACHINE_ARCH} == "powerpc"
9 .if ${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el"
  /src/usr.sbin/cpuctl/
Makefile 11 .if exists(${.CURDIR}/arch/${MACHINE_ARCH}.c)
12 SRCS+= ${MACHINE_ARCH}.c
18 .if exists(${.CURDIR}/arch/${MACHINE_ARCH}-asm.S)
19 SRCS+= ${MACHINE_ARCH}-asm.S
22 .if ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "i386"
  /src/sys/arch/dreamcast/include/
param.h 47 #define MACHINE_ARCH "sh3el"
  /src/sys/arch/hpcsh/include/
param.h 47 #define MACHINE_ARCH "sh3el"
  /src/sys/arch/landisk/include/
param.h 47 #define MACHINE_ARCH "sh3el"
  /src/sys/arch/mmeye/include/
param.h 47 #define MACHINE_ARCH "sh3eb"
  /src/usr.sbin/ipwctl/
Makefile 3 .if ${MACHINE_ARCH} == "i386"
  /src/regress/sys/
Makefile 9 .if exists(arch/${MACHINE_ARCH}/Makefile)
10 SUBDIR+= arch/${MACHINE_ARCH}
  /src/sys/modules/exec_elf64/
Makefile 8 .if ${MACHINE_ARCH} != "powerpc64" && \
9 ${MACHINE_ARCH} != "sparc64"
  /src/lib/libc_aligned/
Makefile 15 .elif exists(arch/${MACHINE_ARCH})
16 .include "arch/${MACHINE_ARCH}/Makefile.inc"
17 .PATH: ${.CURDIR}/arch/${MACHINE_ARCH}
  /src/lib/libc_fp/
Makefile 13 .elif exists(arch/${MACHINE_ARCH})
14 .include "arch/${MACHINE_ARCH}/Makefile.inc"
15 .PATH: ${.CURDIR}/arch/${MACHINE_ARCH}
  /src/sys/modules/dtrace/lockstat/
Makefile 14 .if !empty(MACHINE_ARCH:Mearmv*)
15 ARMV:= ${MACHINE_ARCH:S/earmv//:S/eb//:S/hf//}
16 .elif !empty(MACHINE_ARCH:Marmv*)
17 ARMV:= ${MACHINE_ARCH:S/armv//:S/eb//:S/hf//}

Completed in 19 milliseconds

1 2 3 4 5 6 7 8 9