Skip to content

Commit

Permalink
target-ppc: Add a new user mode target for little-endian PPC64.
Browse files Browse the repository at this point in the history
Signed-off-by: Doug Kwan <dougkwan@google.com>
Signed-off-by: Tom Musta <tommusta@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
  • Loading branch information
dougkwan authored and agraf committed Jun 16, 2014
1 parent e22c357 commit 9c35126
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions configure
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions default-configs/ppc64le-linux-user.mak
@@ -0,0 +1,2 @@
# Default configuration for ppc64le-linux-user
CONFIG_LIBDECNUMBER=y

0 comments on commit 9c35126

Please sign in to comment.