Lines Matching refs:target_cpu

1307 target_cpu
2716 target_cpu=$1
3217 case "$target_cpu" in
3218 i[3456]86) target_cpu=i386 ;;
3219 amd64) target_cpu=x86_64 ;;
3220 sparc) target_cpu=sparc64 ;;
3222 target_cpu=mipsel;
3226 target_cpu=mips;
3241 case "$target_cpu"-"$target_vendor" in
3252 *) { { $as_echo "$as_me:$LINENO: error: unsupported CPU: \"$target_cpu\"" >&5
3253 $as_echo "$as_me: error: unsupported CPU: \"$target_cpu\"" >&2;}
3260 case "$target_cpu"-"$platform" in
3263 x86_64-*) target_cpu=i386 ;;
3264 powerpc64-ieee1275) target_cpu=powerpc ;;
3268 case "$target_cpu"-"$platform" in
3289 *) { { $as_echo "$as_me:$LINENO: error: platform \"$platform\" is not supported for target CPU \"$target_cpu\"" >&5
3290 $as_echo "$as_me: error: platform \"$platform\" is not supported for target CPU \"$target_cpu\"" >&2;}
3294 case "$target_cpu" in
3328 case "$target_cpu" in
3332 if test x${target_cpu} = xmipsel ; then
3335 machine_CPPFLAGS="$machine_CPPFLAGS -DGRUB_MACHINE=`echo ${target_cpu}_$platform | sed y,abcdefghijklmnopqrstuvwxyz,ABCDEFGHIJKLMNOPQRSTUVWXYZ,` -DGRUB_TARGET_CPU_`echo ${target_cpu} | sed y,abcdefghijklmnopqrstuvwxyz,ABCDEFGHIJKLMNOPQRSTUVWXYZ,`=1"
33042 if test "x$target_cpu" = xi386; then
33382 TARGET_IMG_LDFLAGS_AC="-Wl,-dn -Wl,-M${srcdir}/conf/${target_cpu}-${platform}-${host_os}-img-ld.sc"
33388 if test -f "${srcdir}/${grub_coredir}/conf/${target_cpu}-${platform}-${host_os}-img-ld.sc"; then
33389 TARGET_IMG_LDSCRIPT='$(top_srcdir)'"/${grub_coredir}/conf/${target_cpu}-${platform}-${host_os}-img-ld.sc"
33391 TARGET_IMG_LDFLAGS_AC="-Wl,-T${srcdir}/${grub_coredir}/conf/${target_cpu}-${platform}-${host_os}-img-ld.sc"
33424 if test x"$target_cpu" != xi386 ; then
33518 if test "$target_cpu"-"$platform" = x86_64-efi; then
34021 if test x$target_cpu = xi386 || test x$target_cpu = xx86_64 ; then
34451 if test "x$target_cpu" = xi386; then
37777 if test x$target_cpu = xi386 -a x$platform = xqemu; then
37810 if test x$target_cpu = xi386 -a x$platform = xpc; then
37818 if test x$target_cpu = xi386 -a x$platform = xefi; then
37826 if test x$target_cpu = xia64 -a x$platform = xefi; then
37834 if test x$target_cpu = xi386 -a x$platform = xqemu; then
37842 if test x$target_cpu = xi386 -a x$platform = xieee1275; then
37850 if test x$target_cpu = xi386 -a x$platform = xcoreboot; then
37858 if test x$target_cpu = xi386 -a x$platform = xmultiboot; then
37866 if test x$target_cpu = xx86_64 -a x$platform = xefi; then
37874 if test x$target_cpu = xmipsel -a x$platform = xloongson; then
37882 if test "(" x$target_cpu = xmips -o x$target_cpu = xmipsel ")" -a x$platform = xqemu_mips; then
37890 if test x$target_cpu = xmips -a x$platform = xarc; then
37898 if test x$target_cpu = xsparc64 -a x$platform = xieee1275; then
37906 if test x$target_cpu = xpowerpc -a x$platform = xieee1275; then
37914 if test x$target_cpu = xmips -o x$target_cpu = xmipsel; then
38087 cpudir="${target_cpu}"
40072 echo Platform: "$target_cpu"-"$platform"