diff --git a/run-misc-tests.sh b/run-misc-tests.sh index 02a6a93..7e8d543 100644 --- a/run-misc-tests.sh +++ b/run-misc-tests.sh @@ -20,7 +20,7 @@ $BINDIR/iasl -h m=`uname -m` case $m in - s390x | \ + s390x | ppc64le \ *64) BITS=64 ;; *) BITS=32