All of lore.kernel.org
 help / color / mirror / Atom feed
From: G 3 <programmingkidx@gmail.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: "qemu-devel@nongnu.org qemu-devel" <qemu-devel@nongnu.org>
Subject: [Qemu-devel] [PATCH 6/9] Add ppc support to configure
Date: Mon, 24 Apr 2017 23:22:37 -0400	[thread overview]
Message-ID: <91290AE4-BAAF-44B1-AB1F-D8567D46A0AB@gmail.com> (raw)

Add ppc support to the configure script.

Signed-off-by: John Arbuckle <programmingkidx@gmail.com>
---
  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	other threads:[~2017-04-25  3:22 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=91290AE4-BAAF-44B1-AB1F-D8567D46A0AB@gmail.com \
    --to=programmingkidx@gmail.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.