On 5/29/2014 9:12 AM, Tom Musta wrote:
From: Doug Kwan <address@hidden>
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
Alex: I'm afraid I dropped part of this patch (the part that creates a new
default-configs/ppc64le-linux-user.mak file).
Since you have taken this into ppc-next, do you want a single small patch that
adds this in? Or do you want me to fix and resubmit a complete V5?