Home | History | Annotate | Download | only in config

Lines Matching refs:UNAME_MACHINE_ARCH

171 	UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \
173 case "${UNAME_MACHINE_ARCH}" in
179 *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
183 case "${UNAME_MACHINE_ARCH}" in
219 UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
220 echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE}
223 UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
224 echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}