Home | History | Annotate | Download | only in conftools

Lines Matching refs:UNAME_MACHINE_ARCH

171 	UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \
175 case "${UNAME_MACHINE_ARCH}" in
182 arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
183 endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'`
186 *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
190 case "${UNAME_MACHINE_ARCH}" in
211 case "${UNAME_MACHINE_ARCH}" in
214 abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
236 UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
237 echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE}
240 UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
241 echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}
244 UNAME_MACHINE_ARCH=`arch | sed 's/^.*BSD\.//'`
245 echo ${UNAME_MACHINE_ARCH}-unknown-libertybsd${UNAME_RELEASE}