qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 6/9] Add ppc support to configure


From: G 3
Subject: [Qemu-devel] [PATCH 6/9] Add ppc support to configure
Date: Mon, 24 Apr 2017 23:22:37 -0400

Add ppc support to the configure script.

Signed-off-by: John Arbuckle <address@hidden>
---
 configure | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/configure b/configure
index 055e6d6..7881b18 100755
--- a/configure
+++ b/configure
@@ -56,6 +56,8 @@ guess_arch() {
         else
             ARCH="ppc64le"
         fi
+    elif check_define __ppc__ ; then
+        ARCH="ppc"
     else
         echo "This cpu is not supported by risu. Try -h. " >&2
         exit 1
@@ -92,7 +94,7 @@ Some influential environment variables:
                prefixed with the given string.

ARCH force target architecture instead of trying to detect it.
-               Valid values=[arm|aarch64|ppc64|ppc64le|m68k]
+               Valid values=[arm|aarch64|ppc64|ppc64le|m68k|ppc]

   CC           C compiler command
   CFLAGS       C compiler flags
--
2.10.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]