Commit 9c35126c authored by Doug Kwan's avatar Doug Kwan Committed by Alexander Graf
Browse files

target-ppc: Add a new user mode target for little-endian PPC64.



Signed-off-by: default avatarDoug Kwan <dougkwan@google.com>
Signed-off-by: default avatarTom Musta <tommusta@gmail.com>
Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
parent e22c357b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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
+2 −0
Original line number Diff line number Diff line
# Default configuration for ppc64le-linux-user
CONFIG_LIBDECNUMBER=y