From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46169) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WrRLF-0002SZ-9C for qemu-devel@nongnu.org; Mon, 02 Jun 2014 08:28:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WrRL6-0001Ym-GQ for qemu-devel@nongnu.org; Mon, 02 Jun 2014 08:27:53 -0400 Message-ID: <538C6DAA.7060501@suse.de> Date: Mon, 02 Jun 2014 14:27:22 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1401372744-12565-1-git-send-email-tommusta@gmail.com> <1401372744-12565-4-git-send-email-tommusta@gmail.com> <538C6CBB.1090204@gmail.com> In-Reply-To: <538C6CBB.1090204@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-ppc] [V4 PATCH (resend) 3/6] target-ppc: Add a new user mode target for little-endian PPC64. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Tom Musta , qemu-devel@nongnu.org Cc: Doug Kwan , qemu-ppc@nongnu.org On 02.06.14 14:23, Tom Musta wrote: > On 5/29/2014 9:12 AM, Tom Musta wrote: >> From: Doug Kwan >> >> Signed-off-by: Doug Kwan >> Signed-off-by: Tom Musta >> >> --- >> 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? You can either send just a new patch 3/6 and I replace the one in my queue or a patch on top. Alex