Lines Matching full:machine
406 echo "checking for MACHINE & MACHINE_ARCH..." >&6
410 #ifdef MACHINE
411 machine=MACHINE
419 grep machine= | tr -d ' "'`
424 machine=${machine:-`$srcdir/machine.sh`}
425 machine_arch=${machine_arch:-`$srcdir/machine.sh arch`}
426 echo "defaults: MACHINE=$machine, MACHINE_ARCH=$machine_arch" 1>&6
430 AC_ARG_WITH(machine,
431 [ --with-machine=MACHINE explicitly set MACHINE],
433 yes) AC_MSG_ERROR(bad value ${withval} given for bmake MACHINE) ;;
435 generic) machine=`$srcdir/machine.sh`;;
436 *) machine=$with_machine;;
440 [ --with-force-machine=MACHINE set FORCE_MACHINE],
444 *) force_machine=FORCE_; machine=$with_force_machine;;
449 [ --with-force-machine-arch=MACHINE set FORCE_MACHINE_ARCH],
466 echo "Using: ${force_machine}MACHINE=$machine, ${force_machine_arch}MACHINE_ARCH=$machine_arch" 1>&6
570 AC_SUBST(machine)