[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PATCH 3/3] configure: Add new target ppc64el-linux-user
From: |
Doug Kwan |
Subject: |
[Qemu-ppc] [PATCH 3/3] configure: Add new target ppc64el-linux-user |
Date: |
Thu, 8 May 2014 01:26:43 -0700 |
Add a new user mode target for little-endian PPC64.
Signed-off-by: Doug Kwan <address@hidden>
---
configure | 6 ++++++
default-configs/ppc64el-linux-user.mak | 1 +
2 files changed, 7 insertions(+)
create mode 100644 default-configs/ppc64el-linux-user.mak
diff --git a/configure b/configure
index ac2fa15..ce44044 100755
--- a/configure
+++ b/configure
@@ -4917,6 +4917,12 @@ case "$target_name" in
echo "TARGET_ABI32=y" >> $config_target_mak
gdb_xml_files="power64-core.xml power-fpu.xml power-altivec.xml
power-spe.xml"
;;
+ ppc64el)
+ 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"
+ ;;
sh4|sh4eb)
TARGET_ARCH=sh4
bflt="yes"
diff --git a/default-configs/ppc64el-linux-user.mak
b/default-configs/ppc64el-linux-user.mak
new file mode 100644
index 0000000..6948225
--- /dev/null
+++ b/default-configs/ppc64el-linux-user.mak
@@ -0,0 +1 @@
+# Default configuration for ppc64el-linux-user
--
1.9.1.423.g4596e3a
- Re: [Qemu-ppc] [PATCH 1/3] linux-user: Handle ELFv2 PPC64 binaries in user mode., (continued)
- [Qemu-ppc] [PATCH 2/3] PPC: Allow little-endian user mode., Doug Kwan, 2014/05/08
- Re: [Qemu-ppc] [PATCH 2/3] PPC: Allow little-endian user mode., Alexander Graf, 2014/05/08
- Re: [Qemu-ppc] [PATCH 2/3] PPC: Allow little-endian user mode., 關振德, 2014/05/08
- Re: [Qemu-ppc] [PATCH 2/3] PPC: Allow little-endian user mode., Alexander Graf, 2014/05/08
- Re: [Qemu-ppc] [PATCH 2/3] PPC: Allow little-endian user mode., 關振德, 2014/05/08
- Re: [Qemu-ppc] [PATCH 2/3] PPC: Allow little-endian user mode., Alexander Graf, 2014/05/08
- Re: [Qemu-ppc] [PATCH 2/3] PPC: Allow little-endian user mode., 關振德, 2014/05/08
- Re: [Qemu-ppc] [Qemu-devel] [PATCH 2/3] PPC: Allow little-endian user mode., Peter Maydell, 2014/05/08
- Re: [Qemu-ppc] [Qemu-devel] [PATCH 2/3] PPC: Allow little-endian user mode., Alexander Graf, 2014/05/08
[Qemu-ppc] [PATCH 3/3] configure: Add new target ppc64el-linux-user,
Doug Kwan <=
Re: [Qemu-ppc] [Qemu-devel] [PATCH 3/3] configure: Add new target ppc64el-linux-user, Andreas Färber, 2014/05/08
Re: [Qemu-ppc] [Qemu-devel] [PATCH 3/3] configure: Add new target ppc64el-linux-user, Tom Musta, 2014/05/08