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:
parent
acd0575802
commit
11ac2fb1d2
@ -20,7 +20,7 @@ $BINDIR/iasl -h
|
||||
|
||||
m=`uname -m`
|
||||
case $m in
|
||||
s390x | \
|
||||
s390x | ppc64le \
|
||||
*64) BITS=64
|
||||
;;
|
||||
*) BITS=32
|
||||
|
Loading…
Reference in New Issue
Block a user