Lines Matching refs:UNAME_MACHINE_ARCH
181 UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \
185 case "$UNAME_MACHINE_ARCH" in
192 arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
193 endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
196 *) machine="$UNAME_MACHINE_ARCH"-unknown ;;
200 case "$UNAME_MACHINE_ARCH" in
221 case "$UNAME_MACHINE_ARCH" in
224 abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
246 UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
247 echo "$UNAME_MACHINE_ARCH"-unknown-bitrig"$UNAME_RELEASE"
250 UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
251 echo "$UNAME_MACHINE_ARCH"-unknown-openbsd"$UNAME_RELEASE"
254 UNAME_MACHINE_ARCH=`arch | sed 's/^.*BSD\.//'`
255 echo "$UNAME_MACHINE_ARCH"-unknown-libertybsd"$UNAME_RELEASE"