HomeSort by: relevance | last modified time | path
    Searched defs:MACHINE_ARCH (Results 1 - 23 of 23) sorted by relevancy

  /src/sys/arch/dreamcast/include/
param.h 47 #define MACHINE_ARCH "sh3el"
  /src/sys/arch/evbsh3/include/
param.h 49 #define MACHINE_ARCH "sh3el"
52 #define MACHINE_ARCH "sh3eb"
  /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/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/sys/arch/hppa/spmath/
Makefile 17 MACHINE_ARCH= ${XMACHINE_ARCH}
  /src/sys/arch/powerpc/include/
param.h 54 # define MACHINE_ARCH "powerpc64"
60 # define MACHINE_ARCH "powerpc"
  /src/sys/arch/or1k/include/
param.h 45 * If ELF, MACHINE and MACHINE_ARCH are forced to "or1k/or1k".
49 #define MACHINE_ARCH "or1k"
  /src/sys/arch/alpha/include/
param.h 51 #define MACHINE_ARCH "alpha"
  /src/sys/arch/m68k/include/
param.h 51 #ifndef MACHINE_ARCH
53 #define MACHINE_ARCH "m68k"
  /src/sys/arch/sun2/include/
param.h 53 #define MACHINE_ARCH "m68000"
  /src/sys/arch/riscv/include/
param.h 49 * If ELF, MACHINE and MACHINE_ARCH are forced to "or1k/or1k".
54 #define MACHINE_ARCH "riscv64"
59 #define MACHINE_ARCH "riscv32"
  /src/sys/arch/hppa/include/
param.h 42 #define MACHINE_ARCH "hppa"
  /src/sys/arch/sparc/include/
param.h 50 #define MACHINE_ARCH "sparc"
  /src/sys/arch/aarch64/include/
param.h 51 * MACHINE_ARCH may be defined by individual ports as a temporary
55 * If ELF, MACHINE and MACHINE_ARCH are forced to "arm/armeb".
59 # ifndef MACHINE_ARCH /* XXX For now */
62 # define MACHINE_ARCH "aarch64eb"
67 # define MACHINE_ARCH "aarch64"
71 # endif /* MACHINE_ARCH */
76 # undef MACHINE_ARCH
83 # define MACHINE_ARCH "aarch64eb"
88 # define MACHINE_ARCH "aarch64"
  /src/sys/arch/vax/include/
param.h 50 #define MACHINE_ARCH "vax"
  /src/sys/arch/ia64/include/
param.h 55 #define MACHINE_ARCH "ia64"
  /src/sys/arch/i386/include/
param.h 62 #define MACHINE_ARCH "i386"
  /src/sys/arch/sparc64/include/
param.h 75 #define MACHINE_ARCH "sparc64"
81 #define MACHINE_ARCH "sparc"
  /src/sys/arch/amd64/include/
param.h 22 #define MACHINE_ARCH "x86_64"
  /src/sys/arch/mips/include/
mips_param.h 60 # define MACHINE_ARCH __MACHINE32_NARCH
63 # define MACHINE_ARCH __MACHINE64_NARCH
71 # define MACHINE_ARCH __MACHINE32_OARCH
  /src/share/mk/
bsd.own.mk 15 # CPU model, derived from MACHINE_ARCH
17 MACHINE_CPU= ${MACHINE_ARCH:C/mips.*e[bl]/mips/:C/sh3e[bl]/sh3/:S/coldfire/m68k/:S/m68000/m68k/:C/e?arm.*/arm/:S/powerpc64/powerpc/:S/aarch64eb/aarch64/:S/or1knd/or1k/:C/riscv../riscv/}
19 .if (${MACHINE_ARCH} == "mips64el" || \
20 ${MACHINE_ARCH} == "mips64eb" || \
21 ${MACHINE_ARCH} == "mipsn64el" || \
22 ${MACHINE_ARCH} == "mipsn64eb")
36 RELEASEMACHINEDIR?= ${MACHINE}-${MACHINE_ARCH}
82 .if ${MACHINE_ARCH} == "m68000"
140 .if ${MACHINE_ARCH} == "x86_64"
166 ${MACHINE_ARCH:Maarch64*
    [all...]

Completed in 85 milliseconds