Add ppc64le as a 64-bit arch in run-misc-tests.sh. Closes BZ#1098614

Signed-off-by: Al Stone <ahs3@redhat.com>
This commit is contained in:
Al Stone 2014-05-22 12:36:55 -06:00
parent acd0575802
commit 11ac2fb1d2

View File

@ -20,7 +20,7 @@ $BINDIR/iasl -h
m=`uname -m`
case $m in
s390x | \
s390x | ppc64le \
*64) BITS=64
;;
*) BITS=32