[dpdk-dev] [PATCH] mk: define objcopy target and arch on IBM POWER

2016-06-15 Thread 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 --- mk/arch/ppc_64/rte.vars.mk |5 + 1 files changed, 5 insertions(+), 0 deletions(-) di

[dpdk-dev] [PATCH] mk: define objcopy target and arch on IBM POWER

2016-06-15 Thread Thomas Monjalon
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 an