[dpdk-dev] [PATCH] mk: fix build 32bits shared libs on 64bits system

2014-12-01 Thread Gonzalez Monroy, Sergio
> From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Friday, November 28, 2014 3:49 PM > > Hi Sergio, > > 2014-10-22 17:36, Sergio Gonzalez Monroy: > > Incompatible libraries error when building shared libraries for 32bits > > on a 64bits system. > > Fix issue by passing CPU_CFLA

[dpdk-dev] [PATCH] mk: fix build 32bits shared libs on 64bits system

2014-11-28 Thread Thomas Monjalon
Hi Sergio, 2014-10-22 17:36, Sergio Gonzalez Monroy: > Incompatible libraries error when building shared libraries for 32bits on > a 64bits system. > Fix issue by passing CPU_CFLAGS to CC when LINK_USING_CC is enabled. This issue looks really strange. If that's the only way to fix it, it would be

[dpdk-dev] [PATCH] mk: fix build 32bits shared libs on 64bits system

2014-10-28 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Sergio Gonzalez > Monroy > Sent: Wednesday, October 22, 2014 5:36 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] mk: fix build 32bits shared libs on 64bits system > > Incompati

[dpdk-dev] [PATCH] mk: fix build 32bits shared libs on 64bits system

2014-10-22 Thread Sergio Gonzalez Monroy
Incompatible libraries error when building shared libraries for 32bits on a 64bits system. Fix issue by passing CPU_CFLAGS to CC when LINK_USING_CC is enabled. Signed-off-by: Sergio Gonzalez Monroy --- mk/rte.lib.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/rte.lib.m