Lines Matching refs:arch

39 arch=""
289 arch=`hostinfo | sed -n 's/.*Processor type: \([^ ]*\).*/\1/p'`
297 arch=`/usr/sony/bin/machine`
305 arch=luna1
309 arch=luna2
313 arch=luna88k
319 arch=$ISP
323 if [ ! "$arch" -a ! "$os" -a ! "$rel" ]
325 arch=`uname -m | sed -e 's/ //g' -e 's/\//-/g'`
340 case $arch
342 sun4*) arch=sun4;;
344 9000/*) arch=`echo $arch | sed -e 's/9000.//' -e 's/..$/xx/'`;;
346 DS/907000) arch=ds90;;
348 NILE*) arch=NILE
359 if [ "$os" = "$node" -a "$arch" = "i386" -a "$rel" = 3.2 -a "`uname -v`" = 2 ]
366 case $arch in
372 arch=i486
377 arch=i486
407 arch=PPC
417 UNIX_System_V) if [ "$arch" = "ds90" ]
466 elif [ "$arch" = "mips" ]
488 echo "Configuration: pfx=$pfx, os=$os, rel=$rel, rbase=$rbase, rroot=$rroot, arch=$arch, sfx=$sfx, variant=$build_variant"
517 echo "$os.$rel.$arch$sfx"
522 if [ -r ${OBJ_ROOT}/obj${prefix}.$os.$rel.$arch$sfx ]; then
523 abs_obj_dir=${OBJ_ROOT}/obj${prefix}.$os.$rel.$arch$sfx
524 elif [ -r ${OBJ_ROOT}/obj${prefix}.$os.$rroot.$arch$sfx ]; then
525 abs_obj_dir=${OBJ_ROOT}/obj${prefix}.$os.$rroot.$arch$sfx
526 elif [ -r ${OBJ_ROOT}/obj${prefix}.$os.$rbase.x.$arch$sfx ]; then
527 abs_obj_dir=${OBJ_ROOT}/obj${prefix}.$os.$rbase.x.$arch$sfx
532 elif [ -r ${OBJ_ROOT}/obj${prefix}.$os.$arch$sfx ]; then
533 abs_obj_dir=${OBJ_ROOT}/obj${prefix}.$os.$arch$sfx
534 elif [ -r ${OBJ_ROOT}/obj${prefix}.$rel.$arch$sfx ]; then
535 abs_obj_dir=${OBJ_ROOT}/obj${prefix}.$rel.$arch$sfx
536 elif [ -r ${OBJ_ROOT}/obj${prefix}.$rbase.x.$arch$sfx ]; then
537 abs_obj_dir=${OBJ_ROOT}/obj${prefix}.$rbase.x.$arch$sfx
540 elif [ -r ${OBJ_ROOT}/obj${prefix}.$arch$sfx ]; then
541 abs_obj_dir=${OBJ_ROOT}/obj${prefix}.$arch$sfx
558 obj=${OBJ_ROOT}/obj.$os.$rel.$arch$sfx/${src_dir}
596 abs_obj_dir=${OBJ_ROOT}/obj${prefix}.$os.$rel.$arch$sfx
603 if [ -r $BUILDTOOLS/OS/$os.$rel.$arch$sfx ]; then
604 oscf=$os.$rel.$arch$sfx
605 elif [ -r $BUILDTOOLS/OS/$os.$rel.$arch ]; then
606 oscf=$os.$rel.$arch
607 elif [ -r $BUILDTOOLS/OS/$os.$rroot.$arch$sfx ]; then
608 oscf=$os.$rroot.$arch$sfx
609 elif [ -r $BUILDTOOLS/OS/$os.$rroot.$arch ]; then
610 oscf=$os.$rroot.$arch
611 elif [ -r $BUILDTOOLS/OS/$os.$rbase.x.$arch$sfx ]; then
612 oscf=$os.$rbase.x.$arch$sfx
613 elif [ -r $BUILDTOOLS/OS/$os.$rbase.x.$arch ]; then
614 oscf=$os.$rbase.x.$arch
627 elif [ -r $BUILDTOOLS/OS/$os.$arch$sfx ]; then
628 oscf=$os.$arch$sfx
629 elif [ -r $BUILDTOOLS/OS/$os.$arch ]; then
630 oscf=$os.$arch
631 elif [ -r $BUILDTOOLS/OS/$rel.$arch$sfx ]; then
632 oscf=$rel.$arch$sfx
633 elif [ -r $BUILDTOOLS/OS/$rel.$arch ]; then
634 oscf=$rel.$arch
635 elif [ -r $BUILDTOOLS/OS/$rroot.$arch$sfx ]; then
636 oscf=$rroot.$arch$sfx
637 elif [ -r $BUILDTOOLS/OS/$rroot.$arch ]; then
638 oscf=$rroot.$arch
639 elif [ -r $BUILDTOOLS/OS/$rbase.x.$arch$sfx ]; then
640 oscf=$rbase.x.$arch$sfx
641 elif [ -r $BUILDTOOLS/OS/$rbase.x.$arch ]; then
642 oscf=$rbase.x.$arch
647 elif [ -r $BUILDTOOLS/OS/$arch$sfx ]; then
648 oscf=$arch$sfx
649 elif [ -r $BUILDTOOLS/OS/$arch ]; then
650 oscf=$arch
658 echo "Cannot determine how to support $os.$rel.$arch" >&2
708 echo "define(\`bldARCH', \`\`$arch'')" >> $obj/.settings$$