From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39457) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WiNRb-0000eh-1y for qemu-devel@nongnu.org; Thu, 08 May 2014 08:29:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WiNRR-0007AB-6D for qemu-devel@nongnu.org; Thu, 08 May 2014 08:28:58 -0400 Received: from mail-lb0-f176.google.com ([209.85.217.176]:37370) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WiNRQ-00079p-Vf for qemu-devel@nongnu.org; Thu, 08 May 2014 08:28:49 -0400 Received: by mail-lb0-f176.google.com with SMTP id p9so3397937lbv.21 for ; Thu, 08 May 2014 05:28:47 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <536B75FE.2090702@suse.de> References: <1399537603-6905-1-git-send-email-dougkwan@google.com> <1399537603-6905-4-git-send-email-dougkwan@google.com> <536B75FE.2090702@suse.de> From: Peter Maydell Date: Thu, 8 May 2014 13:28:27 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 3/3] configure: Add new target ppc64el-linux-user List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Andreas_F=C3=A4rber?= Cc: Riku Voipio , Doug Kwan , "qemu-ppc@nongnu.org" , QEMU Developers , Alexander Graf On 8 May 2014 13:18, Andreas F=C3=A4rber wrote: > Am 08.05.2014 10:26, schrieb Doug Kwan: >> Add a new user mode target for little-endian PPC64. >> >> Signed-off-by: Doug Kwan >> --- >> configure | 6 ++++++ >> default-configs/ppc64el-linux-user.mak | 1 + >> 2 files changed, 7 insertions(+) >> create mode 100644 default-configs/ppc64el-linux-user.mak >> >> diff --git a/configure b/configure >> index ac2fa15..ce44044 100755 >> --- a/configure >> +++ b/configure >> @@ -4917,6 +4917,12 @@ case "$target_name" in >> echo "TARGET_ABI32=3Dy" >> $config_target_mak >> gdb_xml_files=3D"power64-core.xml power-fpu.xml power-altivec.xml p= ower-spe.xml" >> ;; >> + ppc64el) > > In SUSE's build system and everywhere I read people talking about it, > including your 2/3, it's called ppc64le. Why did you choose ppc64el? In general we should follow what the kernel does, ie the output of 'uname -m' (which hopefully coincides with the gcc triplet name). What is that for this case? thanks -- PMM