* [dpdk-dev] [PATCH] mk: define objcopy target and arch on IBM POWER
@ 2016-06-15 11:38 Chao Zhu
2016-06-15 13:14 ` Thomas Monjalon
0 siblings, 1 reply; 2+ messages in thread
From: Chao Zhu @ 2016-06-15 11:38 UTC (permalink / raw)
To: dev
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 <viktorin@rehivetech.com>.
Signed-off-by: Chao Zhu <chaozhu@linux.vnet.ibm.com>
---
mk/arch/ppc_64/rte.vars.mk | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/mk/arch/ppc_64/rte.vars.mk b/mk/arch/ppc_64/rte.vars.mk
index 363fcd1..ef3ba1d 100644
--- a/mk/arch/ppc_64/rte.vars.mk
+++ b/mk/arch/ppc_64/rte.vars.mk
@@ -37,3 +37,8 @@ CPU_LDFLAGS ?=
CPU_ASFLAGS ?= -felf64
export ARCH CROSS CPU_CFLAGS CPU_LDFLAGS CPU_ASFLAGS
+
+RTE_OBJCOPY_TARGET = elf64-powerpcle
+RTE_OBJCOPY_ARCH = powerpc:common64
+
+export RTE_OBJCOPY_TARGET RTE_OBJCOPY_ARCH
--
1.7.1
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-06-15 13:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-15 11:38 [dpdk-dev] [PATCH] mk: define objcopy target and arch on IBM POWER Chao Zhu
2016-06-15 13:14 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).