Lines Matching refs:target_arch
107 SET_ARCH([$target_cpu],[target_arch])
127 [AS_IF([test x$target_arch == x$host_arch], [enable_setjmp=yes], [enable_setjmp=no])]
138 AC_MSG_RESULT([$target_arch])
145 AM_CONDITIONAL(REMOTE_ONLY, test x$target_arch != x$host_arch)
146 AM_CONDITIONAL(ARCH_AARCH64, test x$target_arch = xaarch64)
147 AM_CONDITIONAL(ARCH_ARM, test x$target_arch = xarm)
148 AM_CONDITIONAL(ARCH_IA64, test x$target_arch = xia64)
149 AM_CONDITIONAL(ARCH_HPPA, test x$target_arch = xhppa)
150 AM_CONDITIONAL(ARCH_MIPS, test x$target_arch = xmips)
151 AM_CONDITIONAL(ARCH_X86, test x$target_arch = xx86)
152 AM_CONDITIONAL(ARCH_X86_64, test x$target_arch = xx86_64)
153 AM_CONDITIONAL(ARCH_PPC32, test x$target_arch = xppc32)
154 AM_CONDITIONAL(ARCH_PPC64, test x$target_arch = xppc64)
155 AM_CONDITIONAL(ARCH_SH, test x$target_arch = xsh)
162 case "${target_arch}" in
166 *) AC_MSG_ERROR([Unknown ELF target: ${target_arch}])
173 if test x$target_arch != xia64; then
181 if test x$target_arch = xppc64; then
188 if test x$target_arch != x$host_arch; then
211 case $target_arch in
226 case "${target_arch}" in
355 arch="$target_arch"
356 ARCH=`echo $target_arch | tr [a-z] [A-Z]`