Home | History | Annotate | Download | only in include

Lines Matching defs:MACHINE_ARCH

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"
89 # define MACHINE_ARCH "earmv6hf"
92 # define MACHINE_ARCH "earmhf"
97 # define MACHINE_ARCH "earmv7"
100 # define MACHINE_ARCH "earmv6"
103 # define MACHINE_ARCH "earmv4"
106 # define MACHINE_ARCH "earm"
111 # define MACHINE_ARCH "arm"
118 # define MACHINE_ARCH "earmv7hfeb"
121 # define MACHINE_ARCH "earmv6hfeb"
124 # define MACHINE_ARCH "earmhfeb"
129 # define MACHINE_ARCH "earmv7eb"
132 # define MACHINE_ARCH "earmv6eb"
135 # define MACHINE_ARCH "earmv4eb"
138 # define MACHINE_ARCH "earmeb"
143 # define MACHINE_ARCH "armeb"