fixed a problem that PC Solaris 9 x86 was reported as sparc solaris 9

git-svn-id: svn://10.0.0.236/trunk@99949 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sonmi%netscape.com
2001-07-26 20:21:22 +00:00
parent 80024666e2
commit 43b0f76409

View File

@@ -689,7 +689,7 @@ qa_stat_get_sysinfo()
-e "s/ release//"`
else
case $QA_SYS in
*SunOS*5.8*)
*SunOS*5.[89]*)
ISAINFO=`$GET_SYSINFO isainfo -v`
IS_64=`echo $ISAINFO | grep 64 >/dev/null && \
echo 64 bit`