Home | History | Annotate | Download | only in libusb

Lines Matching refs:machine

177 	    armeb) machine=armeb-unknown ;;
178 arm*) machine=arm-unknown ;;
179 sh3el) machine=shl-unknown ;;
180 sh3eb) machine=sh-unknown ;;
181 sh5el) machine=sh5le-unknown ;;
182 *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
219 echo "${machine}-${os}${release}"
386 # The situation for MiNT is a little confusing. The machine name
1096 case `/bin/uname -X | grep "^Machine"` in
1110 (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \
1112 (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \
1114 (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \