From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mk: define objcopy target and arch on IBM POWER Date: Wed, 15 Jun 2016 15:14:54 +0200 Message-ID: <2205351.NUn5YBgGMP@xps13> References: <1465990722-28450-1-git-send-email-chaozhu@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Chao Zhu Return-path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id 10773C43A for ; Wed, 15 Jun 2016 15:14:57 +0200 (CEST) Received: by mail-wm0-f42.google.com with SMTP id m124so35961635wme.1 for ; Wed, 15 Jun 2016 06:14:57 -0700 (PDT) In-Reply-To: <1465990722-28450-1-git-send-email-chaozhu@linux.vnet.ibm.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-06-15 19:38, Chao Zhu: > This patch defines the target and arch value of objcopy program for > IBM POWER PPC64 little endian architecture. This is a fix of the > original patch proposed by Jan Viktorin . > > Signed-off-by: Chao Zhu Fixes: 99d6231fdca7 ("mk: define objcopy-specific target and arch") Applied, thanks