VMS only. Use uname -Wh for OS_TEST. r=leaf

This commit is contained in:
colin%theblakes.com 2000-05-30 23:26:33 +00:00
Родитель cbc8ef5b0c
Коммит f9829d05b7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -369,7 +369,7 @@ if test -n "$CROSS_COMPILE"; then
openvms*) OS_TARGET=`uname -s`
OS_ARCH=`uname -s | sed -e 's|/|_|g'`
OS_RELEASE=`uname -r`
OS_TEST=`uname -m`;;
OS_TEST=`uname -Wh`;;
esac
else
OS_TARGET=`uname -s`