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

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/lib/libgcc/
H A DMakefile.srcs7 .include "${.CURDIR}/../arch/${MACHINE_ARCH}/srcs.tmplsrcs.mk"
8 .include "${.CURDIR}/../arch/${MACHINE_ARCH}/srcs.cppflags.mk"
9 .include "${.CURDIR}/../arch/${MACHINE_ARCH}/srcs.copts.mk"
10 .include "${.CURDIR}/../arch/${MACHINE_ARCH}/libs.lib${LIB}.srcs.mk"
11 .include "${.CURDIR}/../arch/${MACHINE_ARCH}/libs.lib${LIB}.tmplsrcs.tmplsrcs.mk"
12 .include "${.CURDIR}/../arch/${MACHINE_ARCH}/libs.lib${LIB}.tmplsrcs.tmplfpsrcs.mk"
13 .include "${.CURDIR}/../arch/${MACHINE_ARCH}/libs.lib${LIB}.tmplsrcs.tmplasmsrcs.mk"
/netbsd-6-1-5-RELEASE/gnu/lib/libgcc4/
H A DMakefile.srcs7 .include "${.CURDIR}/../arch/${MACHINE_ARCH}/srcs.tmplsrcs.mk"
8 .include "${.CURDIR}/../arch/${MACHINE_ARCH}/srcs.cppflags.mk"
9 .include "${.CURDIR}/../arch/${MACHINE_ARCH}/srcs.copts.mk"
10 .include "${.CURDIR}/../arch/${MACHINE_ARCH}/libs.lib${LIB}.srcs.mk"
11 .include "${.CURDIR}/../arch/${MACHINE_ARCH}/libs.lib${LIB}.tmplsrcs.tmplsrcs.mk"
12 .include "${.CURDIR}/../arch/${MACHINE_ARCH}/libs.lib${LIB}.tmplsrcs.tmplfpsrcs.mk"
13 .include "${.CURDIR}/../arch/${MACHINE_ARCH}/libs.lib${LIB}.tmplsrcs.tmplasmsrcs.mk"
/netbsd-6-1-5-RELEASE/sys/modules/exec_elf32/
H A DMakefile8 .if ${MACHINE_ARCH} != "arm" && \
9 ${MACHINE_ARCH} != "armeb" && \
10 ${MACHINE_ARCH} != "m68000" && \
11 ${MACHINE_ARCH} != "m68k" && \
12 ${MACHINE_ARCH} != "powerpc" && \
13 ${MACHINE_ARCH} != "powerpc64" && \
14 ${MACHINE_ARCH} != "sh3eb" && \
15 ${MACHINE_ARCH} != "sh3el" && \
16 ${MACHINE_ARCH} != "sparc" && \
17 ${MACHINE_ARCH} !
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/elf2aout/
H A DMakefile5 .if (${MACHINE_ARCH} == "m68000" || \
6 ${MACHINE_ARCH} == "m68k" || \
7 ${MACHINE_ARCH} == "powerpc" || \
8 ${MACHINE_ARCH} == "powerpc64")
/netbsd-6-1-5-RELEASE/external/mit/xorg/server/xorg-server/hw/xfree86/utils/
H A DMakefile6 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
11 ${MACHINE} == "netwinder" || ${MACHINE_ARCH} == "sparc" || \
12 ${MACHINE_ARCH} == "sparc64" || ${MACHINE_ARCH} == "alpha" || \
/netbsd-6-1-5-RELEASE/share/mk/
H A Dbsd.endian.mk8 .if ${MACHINE_ARCH} == "alpha" || \
9 ${MACHINE_ARCH} == "arm" || \
10 ${MACHINE_ARCH} == "i386" || \
11 ${MACHINE_ARCH} == "ia64" || \
12 ${MACHINE_ARCH} == "vax" || \
13 ${MACHINE_ARCH} == "x86_64" || \
14 ${MACHINE_ARCH:C/^.*el$/el/} == "el"
16 .elif ${MACHINE_ARCH} == "hppa" || \
17 ${MACHINE_ARCH} == "m68000" || \
18 ${MACHINE_ARCH}
[all...]
/netbsd-6-1-5-RELEASE/distrib/evbmips/cdroms/installcd/
H A DMakefile2 CDBASE= evbmips-${MACHINE_ARCH}cd # gives ${CDBASE}.iso
/netbsd-6-1-5-RELEASE/distrib/evbsh3/cdroms/installcd/
H A DMakefile3 CDBASE= evbsh3-${MACHINE_ARCH}cd # gives ${CDBASE}.iso
/netbsd-6-1-5-RELEASE/lib/libarch/m68k/
H A DMakefile.inc3 .if (${MACHINE_ARCH} == "m68k" || ${MACHINE_ARCH} == "m68000")
/netbsd-6-1-5-RELEASE/usr.bin/crunch/crunchide/
H A DMakefile9 .if ${MACHINE_ARCH} == "alpha"
11 .elif ${MACHINE_ARCH} == "mips" || \
12 ${MACHINE_ARCH} == "mipsel" || \
13 ${MACHINE_ARCH} == "mipseb" || \
14 ${MACHINE_ARCH} == "powerpc"
16 .elif ${MACHINE_ARCH} == "sh3eb" || ${MACHINE_ARCH} == "sh3el"
18 .elif ${MACHINE_ARCH} == "mips64el" || \
19 ${MACHINE_ARCH} == "mips64eb" || \
20 ${MACHINE_ARCH}
[all...]
/netbsd-6-1-5-RELEASE/lib/libarch/sparc/
H A DMakefile.inc3 .if (${MACHINE_ARCH} == "sparc")
/netbsd-6-1-5-RELEASE/usr.bin/fdformat/
H A DMakefile5 .if (${MACHINE_ARCH} == "alpha" || \
7 ${MACHINE_ARCH} == "i386" || \
8 ${MACHINE_ARCH} == "m68k" || \
10 ${MACHINE_ARCH} == "sparc" || \
11 ${MACHINE_ARCH} == "sparc64" || \
12 ${MACHINE_ARCH} == "x86_64")
/netbsd-6-1-5-RELEASE/usr.bin/ldd/
H A DMakefile.common9 .if (${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "sparc64") || \
10 (${MACHINE_ARCH} == "arm") || (${MACHINE_ARCH} == "m68k") || \
11 (${MACHINE_ARCH} == "powerpc")
H A DMakefile.inc5 .if ${MACHINE_ARCH} == "sparc64"
9 .if ${MACHINE_ARCH} == "x86_64"
13 .if ${MACHINE_ARCH} == "powerpc64"
18 .if (${MACHINE_ARCH} == "mips64eb") || (${MACHINE_ARCH} == "mips64el")
/netbsd-6-1-5-RELEASE/usr.sbin/mdsetimage/
H A DMakefile10 .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} == "m68k" || \
21 ${MACHINE_ARCH} == "m68000" || \
22 ${MACHINE_ARCH} == "vax" || \
27 .elif ${MACHINE_ARCH} == "sh3el" || ${MACHINE_ARCH}
[all...]
/netbsd-6-1-5-RELEASE/sbin/ldconfig/
H A DMakefile7 (${MACHINE_ARCH} == "arm" || \
8 ${MACHINE_ARCH} == "i386" || \
9 ${MACHINE_ARCH} == "m68k" || \
10 ${MACHINE_ARCH} == "sparc" || \
11 ${MACHINE_ARCH} == "vax")
/netbsd-6-1-5-RELEASE/usr.bin/ldd/elf64/
H A DMakefile14 .if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "sparc64") || \
15 (${MACHINE_ARCH} == "x86_64") || (${MACHINE_ARCH} == "powerpc64") || \
16 (${MACHINE_ARCH} == "mips64el") || (${MACHINE_ARCH} == "mips64eb")
41 .if (${MACHINE_ARCH} == "mips64el") || (${MACHINE_ARCH} == "mips64eb")
/netbsd-6-1-5-RELEASE/sys/arch/atari/stand/binpatch/
H A DMakefile19 .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"
/netbsd-6-1-5-RELEASE/usr.bin/ldd/build/
H A DMakefile11 .if (${MACHINE_ARCH} != "alpha")
16 .if (${MACHINE_ARCH} == "mips64el") || (${MACHINE_ARCH} == "mips64eb")
21 .if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "sparc64") || \
22 (${MACHINE_ARCH} == "x86_64") || (${MACHINE_ARCH} == "powerpc64") || \
23 (${MACHINE_ARCH} == "mips64el") || (${MACHINE_ARCH} == "mips64eb")
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/bin/
H A DMakefile14 .if ${MACHINE_ARCH} == powerpc || ${MACHINE_ARCH} == powerpcle || \
15 ${MACHINE_ARCH} == powerpc64
/netbsd-6-1-5-RELEASE/sys/arch/arm/include/
H A Dparam.h47 * 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 */
58 #define MACHINE_ARCH "arm" macro
61 #define MACHINE_ARCH "armeb" macro
63 #endif /* MACHINE_ARCH */
68 #undef MACHINE_ARCH macro
73 #define MACHINE_ARCH "arm" macro
76 #define MACHINE_ARCH "armeb" macro
/netbsd-6-1-5-RELEASE/sys/arch/evbsh3/include/
H A Dparam.h49 #define MACHINE_ARCH "sh3el" macro
52 #define MACHINE_ARCH "sh3eb" macro
/netbsd-6-1-5-RELEASE/usr.bin/xlint/
H A DMakefile.inc9 # Special cases first, then check for a MACHINE_ARCH specific
11 .if ${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el"
13 .elif exists(${.CURDIR}/../arch/${MACHINE_ARCH})
14 ARCHSUBDIR= ${MACHINE_ARCH}
/netbsd-6-1-5-RELEASE/usr.sbin/bad144/
H A DMakefile4 .if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "i386"
/netbsd-6-1-5-RELEASE/x11/Xserver/hw/xfree86/bin/
H A DMakefile5 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"

Completed in 224 milliseconds

1234567891011>>