[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [V4 PATCH 3/6] target-ppc: Add a new user mode target for lit
From: |
Tom Musta |
Subject: |
[Qemu-ppc] [V4 PATCH 3/6] target-ppc: Add a new user mode target for little-endian PPC64. |
Date: |
Wed, 28 May 2014 15:34:26 -0500 |
Signed-off-by: Doug Kwan <address@hidden>
Signed-off-by: Tom Musta <address@hidden>
---
V3: Addressing comment from Peter Maydell. Adding libdecnumber enable.
configure | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/configure b/configure
index 0e516f9..3ccbe4b 100755
--- a/configure
+++ b/configure
@@ -4930,6 +4930,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
--
1.7.1
- [Qemu-ppc] [V4 PATCH 0/6] Adding New Target ppc64le-linux-user, Tom Musta, 2014/05/28
- [Qemu-ppc] [V4 PATCH 1/6] target-ppc: Support little-endian PPC64 in user mode., Tom Musta, 2014/05/28
- [Qemu-ppc] [V4 PATCH 3/6] target-ppc: Add a new user mode target for little-endian PPC64.,
Tom Musta <=
- [Qemu-ppc] [V4 PATCH 4/6] target-ppc: Support VSX in PPC User Mode, Tom Musta, 2014/05/28
- [Qemu-ppc] [V4 PATCH 5/6] target-ppc: Confirm That .bss Pages Are Valid, Tom Musta, 2014/05/28
- [Qemu-ppc] [V4 PATCH 2/6] target-ppc: Allow little-endian user mode., Tom Musta, 2014/05/28
- [Qemu-ppc] [V4 PATCH 6/6] target-ppc: Store Quadword Conditional Drops Size Bit, Tom Musta, 2014/05/28