summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDoug Kwan <dougkwan@google.com>2014-05-29 09:12:21 -0500
committerAlexander Graf <agraf@suse.de>2014-06-16 13:24:40 +0200
commit9c35126c56de54d0505ac7676ca4699af1d205bf (patch)
treece54453f9f3a5be0f0e7ae744236fac6f761d72b /configure
parente22c357b3ec01c1141969ae81397d60d52e8c87b (diff)
downloadqemu-9c35126c56de54d0505ac7676ca4699af1d205bf.tar.gz
target-ppc: Add a new user mode target for little-endian PPC64.
Signed-off-by: Doug Kwan <dougkwan@google.com> Signed-off-by: Tom Musta <tommusta@gmail.com> Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure
index 9d5018982f..197b2ec31f 100755
--- a/configure
+++ b/configure
@@ -4946,6 +4946,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