From: Tom Musta <tommusta@gmail.com>
To: Doug Kwan <dougkwan@google.com>,
qemu-devel@nongnu.org, qemu-ppc@nongnu.org
Cc: riku.voipio@iki.fi, agraf@suse.de
Subject: Re: [Qemu-devel] [PATCH v2 3/3] Add a new user mode target for little-endian PPC64.
Date: Mon, 12 May 2014 08:05:58 -0500 [thread overview]
Message-ID: <5370C736.5040104@gmail.com> (raw)
In-Reply-To: <1399713400-8619-4-git-send-email-dougkwan@google.com>
On 5/10/2014 4:16 AM, Doug Kwan wrote:
> Signed-off-by: Doug Kwan <dougkwan@google.com>
> ---
> configure | 6 ++++++
> default-configs/ppc64le-linux-user.mak | 1 +
> 2 files changed, 7 insertions(+)
> create mode 100644 default-configs/ppc64le-linux-user.mak
>
> diff --git a/configure b/configure
> index 46bc0c9..5f0926b 100755
> --- a/configure
> +++ b/configure
> @@ -4912,6 +4912,12 @@ case "$target_name" in
> TARGET_ABI_DIR=ppc
> gdb_xml_files="power64-core.xml power-fpu.xml power-altivec.xml power-spe.xml"
> ;;
> + ppc64le)
> + TARGET_ARCH=ppc64
> + TARGET_BASE_ARCH=ppc
> + TARGET_ABI_DIR=ppc
> + gdb_xml_files="power64-core.xml power-fpu.xml power-altivec.xml power-spe.xml"
> + ;;
> ppc64abi32)
> TARGET_ARCH=ppc64
> TARGET_BASE_ARCH=ppc
> diff --git a/default-configs/ppc64le-linux-user.mak b/default-configs/ppc64le-linux-user.mak
> new file mode 100644
> index 0000000..6948225
> --- /dev/null
> +++ b/default-configs/ppc64le-linux-user.mak
> @@ -0,0 +1 @@
> +# Default configuration for ppc64el-linux-user
>
Now that Alex has taken the decimal floating point into his ppc-next tree, we will also want to
do this, which will trigger building of the decimal floating point library code:
diff --git a/default-configs/ppc64le-linux-user.mak b/default-configs/ppc64le-linux-user.mak
index 6948225..dacbcab 100644
--- a/default-configs/ppc64le-linux-user.mak
+++ b/default-configs/ppc64le-linux-user.mak
@@ -1 +1,2 @@
# Default configuration for ppc64el-linux-user
+CONFIG_LIBDECNUMBER=y
I will change this (along with the "el" remnant") in V3.
next prev parent reply other threads:[~2014-05-12 13:06 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-10 9:16 [Qemu-devel] [PATCH v2 0/3] Adding new user mode target ppc64le-linux-user Doug Kwan
2014-05-10 9:16 ` [Qemu-devel] [PATCH v2 1/3] linux-user: Support little-endian PPC64 in user mode Doug Kwan
2014-05-10 9:55 ` Peter Maydell
2014-05-10 10:02 ` Peter Maydell
2014-05-10 9:16 ` [Qemu-devel] [PATCH v2 2/3] PPC: Allow little-endian " Doug Kwan
2014-05-10 10:13 ` Peter Maydell
2014-05-13 7:05 ` Alexander Graf
2014-05-13 7:30 ` Doug Kwan (關振德)
2014-05-13 7:32 ` Alexander Graf
2014-05-10 9:16 ` [Qemu-devel] [PATCH v2 3/3] Add a new user mode target for little-endian PPC64 Doug Kwan
2014-05-10 10:00 ` Peter Maydell
2014-05-12 13:05 ` Tom Musta [this message]
2014-05-13 6:45 ` Doug Kwan (關振德)
2014-05-13 7:06 ` [Qemu-devel] [PATCH v2 0/3] Adding new user mode target ppc64le-linux-user Alexander Graf
2014-05-13 12:08 ` [Qemu-devel] [Qemu-ppc] " Tom Musta
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=5370C736.5040104@gmail.com \
--to=tommusta@gmail.com \
--cc=agraf@suse.de \
--cc=dougkwan@google.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
--cc=riku.voipio@iki.fi \
/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.