From 11ac2fb1d28367feb843b4af029e075807f885ef Mon Sep 17 00:00:00 2001 From: Al Stone Date: May 22 2014 18:36:55 +0000 Subject: Add ppc64le as a 64-bit arch in run-misc-tests.sh. Closes BZ#1098614 Signed-off-by: Al Stone --- 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