Lines Matching refs:UNAME_MACHINE_ARCH
180 UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \
184 case "$UNAME_MACHINE_ARCH" in
191 arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
192 endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
195 *) machine="$UNAME_MACHINE_ARCH"-unknown ;;
199 case "$UNAME_MACHINE_ARCH" in
220 case "$UNAME_MACHINE_ARCH" in
223 abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
245 UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
246 echo "$UNAME_MACHINE_ARCH"-unknown-bitrig"$UNAME_RELEASE"
249 UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
250 echo "$UNAME_MACHINE_ARCH"-unknown-openbsd"$UNAME_RELEASE"
253 UNAME_MACHINE_ARCH=`arch | sed 's/^.*BSD\.//'`
254 echo "$UNAME_MACHINE_ARCH"-unknown-libertybsd"$UNAME_RELEASE"