qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-ppc] [PATCH] configure: Add new target ppc64el-linux-user


From: Doug Kwan
Subject: [Qemu-ppc] [PATCH] configure: Add new target ppc64el-linux-user
Date: Thu, 17 Apr 2014 14:24:34 -0700

This patch adds a new target for running ppc64 little-endian binaries in
user mode.  Only change to configure is included in this patch.  Patch for
loading and executing LE binaries will be submitted later.

Signed-off-by: Doug Kwan <address@hidden>
---
 configure                              | 3 ++-
 default-configs/ppc64el-linux-user.mak | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)
 create mode 100644 default-configs/ppc64el-linux-user.mak

diff --git a/configure b/configure
index 69b9f56..234e758 100755
--- a/configure
+++ b/configure
@@ -4900,7 +4900,8 @@ case "$target_name" in
     TARGET_ABI_DIR=ppc
     gdb_xml_files="power-core.xml power-fpu.xml power-altivec.xml 
power-spe.xml"
   ;;
-  ppc64)
+  ppc64|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"
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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]